EventParam2
(STRUCT)
TYPE EventParam2 : STRUCT
- InOut:
Name
Type
Comment
EventId
DWORD
EventID of the event. Contains the class and the event
CmpIdProvider
DWORD
Component ID of the provider.
usParamId
WORD
Id of the parameter structure (see pParameter)
usVersion
WORD
Version of the parameter structure (see pParameter)
pParameter
POINTER TO BYTE
Pointer to the event specific parameter, that is specified by Id (see usParamId)
pUserParameter
POINTER TO BYTE
Pointer to the user specific parameter, that can be specified by registering the callback