Hook function type
Source position: utility.pas line 38
type THookFunctionProc = function( |
Hook: PHook; |
Object_: Pointer; |
Message: Pointer |
):NativeUInt; |
Hook |
|
The Hook used to cook |
Object_ |
|
Object called the hook. |
Message |
|
Message supplied to the calling hook |
Result of Hook function