Method | Description | |
---|---|---|
ArchiveExtractCallback ( uint fileNumber, string fileName ) : System | ||
GetStream ( uint index, ISequentialOutStream &outStream, AskMode askExtractMode ) : int | ||
PrepareOperation ( AskMode askExtractMode ) : void | ||
SetCompleted ( ulong &completeValue ) : void | ||
SetOperationResult ( OperationResult resultEOperationResult ) : void | ||
SetTotal ( ulong total ) : void |
public ArchiveExtractCallback ( uint fileNumber, string fileName ) : System | ||
fileNumber | uint | |
fileName | string | |
return | System |
public GetStream ( uint index, ISequentialOutStream &outStream, AskMode askExtractMode ) : int | ||
index | uint | |
outStream | ISequentialOutStream | |
askExtractMode | AskMode | |
return | int |
public PrepareOperation ( AskMode askExtractMode ) : void | ||
askExtractMode | AskMode | |
return | void |
public SetCompleted ( ulong &completeValue ) : void | ||
completeValue | ulong | |
return | void |
public SetOperationResult ( OperationResult resultEOperationResult ) : void | ||
resultEOperationResult | OperationResult | |
return | void |