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

TDTHookContext

Declaration

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;


Documentation generated on: 2021-07-30