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

tDTHookContext

Declaration

Source position: datatypes.pas line 128

type tDTHookContext = record

  dthc_SysBase: PLibrary;

  dthc_DOSBase: PLibrary;

  dthc_IFFParseBase: PLibrary;

  dthc_UtilityBase: PLibrary;

  dthc_Lock: LongWord;

  dthc_FIB: PFileInfoBlock;

  dthc_FileHandle: LongWord;

  dthc_IFF: Pointer;

  dthc_Buffer: PChar;

  dthc_BufferLength: LongWord;

end;


Documentation generated on: 2021-07-30