Hook function structure
Source position: utility.pas line 40
type THook = record |
||
h_MinNode: TMinNode; |
|
|
h_Entry: NativeUInt; |
|
Main entry point should be point to a THookFunctionProc style function. |
h_SubEntry: NativeUInt; |
|
Secondary entry point |
h_Data: Pointer; |
|
Owner specific data |
end; |
|
Hook function type |
|
|
Call a hook without call the library. |
|
|
Invoke a Hook function callback. |
|
|
VarArgs Version for CallHookPkt() |