Unit 'utility' Package
[Overview][Constants][Types][Procedures and functions][Index] [#aros]

THook

Hook function structure

Declaration

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;

See also

THookFunctionProc

  

Hook function type

CALLHOOKPKT_

  

Call a hook without call the library.

CallHookPkt

  

Invoke a Hook function callback.

CallHook

  

VarArgs Version for CallHookPkt()


Documentation generated on: 2021-07-30