EventIds
(GVL)
- InOut:
Scope
Name
Type
Initial
Comment
Constant
CMPID_CmpTargetVisu
DWORD
16#52
ComponentID to specify for EventOpen
EVTPARAMID_CmpTargetVisu_WindowCreated
WORD
16#1
IDs for the event parameter structures
EVTVERSION_CmpTargetVisu_WindowCreated
WORD
16#1
EVTPARAMID_CmpTargetVisu_WindowDestroyed
WORD
16#1
EVTVERSION_CmpTargetVisu_WindowDestroyed
WORD
16#1
EVTPARAMID_CmpTargetVisu_WindowFirstPaint
WORD
16#1
EVTVERSION_CmpTargetVisu_WindowFirstPaint
WORD
16#1
EVT_WindowCreated
DWORD
(SHL(UINT_TO_DWORD(EventClass.EVTCLASS_INFO), 16) OR 16#3)
<category>Events</category>
<description>Event is sent when the target visu window is created</description>
<param name=”pEventParam” type=”IN”>EVTPARAM_Application</param>
EVT_WindowDestroyed
DWORD
(SHL(UINT_TO_DWORD(EventClass.EVTCLASS_INFO), 16) OR 16#4)
<category>Events</category>
<description>Event is sent when the target visu window is destroyed</description>
<param name=”pEventParam” type=”IN”>EVTPARAM_Application</param>
EVT_WindowFirstPaint
DWORD
(SHL(UINT_TO_DWORD(EventClass.EVTCLASS_INFO), 16) OR 16#5)
<category>Events</category>
<description>Event is sent when the target visu was painted the first time</description>
<param name=”pEventParam” type=”IN”>EVTPARAM_Application</param>