IKeyEventHandler2.HandleCharEvent (METH)ΒΆ

METHOD HandleCharEvent : BOOL

This method will be called if a key is pressed in order to get the character of the pressed key RETURN: TRUE - When the handler has handled this event and it should not be handled by someone else FALSE - When the event is not handled by this handler

InOut:

Scope

Name

Type

Comment

Return

HandleCharEvent

BOOL

Input

wCharacter

WSTRING(1)

The character of the key event

pClient

POINTER TO VisuStructClientData

A pointer to the client structure were the event was released