Source position: xadmaster.pas line 416
type txadClient = record |
xc_Next: PxadClient; |
xc_Version: Word; |
xc_MasterVersion: Word; |
xc_ClientVersion: Word; |
xc_ClientRevision: Word; |
xc_RecogSize: LongWord; |
xc_Flags: LongWord; |
xc_Identifier: LongWord; |
xc_ArchiverName: PChar; |
xc_RecogData: function: SmallInt; |
xc_GetInfo: function: LongInt; |
xc_UnArchive: function: LongInt; |
xc_Free: procedure; |
end; |