ICustomEventHandler.HandleCustomEvent (METH)
METHOD HandleCustomEvent : BOOL
This method will be called when a custom event in the visualization occurred.
- InOut:
Scope
Name
Type
Comment
Return
HandleCustomEventBOOLTRUE - 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
Input
uiEventTypeUINTIdentifies the event
dwParam1DWORDEvent specific event parameter 1
dwParam2DWORDEvent specific event parameter 2
pOptAdditionalDataPOINTER TO BYTE
Optional pointer to a piece of memory containing additional event data
addDataSize__UXINTThe size of memory pOptAdditionalData points to. Only relevant if pAdditionalData is not 0. Only the lower 3 bytes contain the size information.
pClientPOINTER TO VisuStructClientData
A pointer to the client structure were the event occurred.