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

txadArchiveInfo

Declaration

Source position: xadmaster.pas line 584

type txadArchiveInfo = record

  xai_Client: PxadClient;

  xai_PrivateClient: Pointer;

  xai_Password: PChar;

  xai_Flags: LongWord;

  xai_LowCyl: LongWord;

  xai_HighCyl: LongWord;

  xai_InPos: LongWord;

  xai_InSize: LongWord;

  xai_OutPos: LongWord;

  xai_OutSize: LongWord;

  xai_FileInfo: PxadFileInfo;

  xai_DiskInfo: PxadDiskInfo;

  xai_CurFile: PxadFileInfo;

  xai_CurDisk: PxadDiskInfo;

  xai_LastError: LongInt;

  xai_MultiVolume: PULONG;

  xai_SkipInfo: PxadSkipInfo;

  xai_ImageInfo: PxadImageInfo;

  xai_InName: PChar;

end;


Documentation generated on: 2021-07-30