ADTF  3.18.2
IRuntimeHook::tHookInfo

Hook Info Struct. More...

Public Attributes

uint32_t idHook
 Defines event type (IRuntime::tRuntimeHookId)
 
uint32_t ui32Param1
 Depends on idHook.
 
uint32_t ui32Param2
 Depends on idHook.
 
void * pvData
 optional data pointer.
 
size_t szData
 size of the data provided through pvData.
 

Detailed Description

Hook Info Struct.

This will be passed to the IRuntimeHook::RuntimeHook method.

Definition at line 83 of file runtime_intf.h.