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