Source position: xadmaster.pas line 326
| type txadHookParam = record | 
| xhp_Command: LongWord; | 
| xhp_CommandData: LongInt; | 
| xhp_BufferPtr: Pointer; | 
| xhp_BufferSize: LongWord; | 
| xhp_DataPos: LongWord; | 
| xhp_PrivatePtr: Pointer; | 
| xhp_TagList: Pointer; | 
| end; |