Hook function structure
Source position: utility.pas line 153
| type THook = packed record | ||
| h_MinNode: TMinNode; | 
 | |
| h_Entry: Pointer; | 
 | Main entry point. | 
| h_SubEntry: Pointer; | 
 | Secondary entry point | 
| h_Data: Pointer; | 
 | Owner specific data | 
| end; | 
| 
 | Invoke a Hook function callback. |