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

tHook

Hook function structure

Declaration

Source position: utility.pas line 55

type tHook = record

  h_MinNode: tMinNode;

  

  h_Entry: Pointer;

  

Main entry point.

  h_SubEntry: Pointer;

  

Secondary entry point

  h_Data: Pointer;

  

Owner specific data

end;

See also

CallHookPkt

  

Invoke a Hook function callback.


Documentation generated on: 2021-07-30