[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'utility' (#aros)

THook

Hook function structure

Declaration

Source position: utility.pas line 40

type THook = record

  h_MinNode: TMinNode;

  

  h_Entry: IPTR;

  

Main entry point should be point to a THookFunctionProc style function.

  h_SubEntry: IPTR;

  

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: 2017-01-10