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

TDTHookContext

Declaration

Source position: datatypes.pas line 99

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