Source position: datatypes.pas line 132
| type TDTHookContext = record | 
| dthc_SysBase: pLibrary; | 
| dthc_DOSBase: pLibrary; | 
| dthc_IFFParseBase: pLibrary; | 
| dthc_UtilityBase: pLibrary; | 
| dthc_Lock: LongInt; | 
| dthc_FIB: pFileInfoBlock; | 
| dthc_FileHandle: LongInt; | 
| dthc_IFF: pIFFHandle; | 
| dthc_Buffer: PChar; | 
| dthc_BufferLength: LongWord; | 
| end; |