CZipActionCallback::CMultiActionsInfo Struct Reference
#include <ZipCallback.h>
List of all members.
Detailed Description
A structure that provides global information in case of using multiple actions callbacks.
- See also:
- Progress Notifications: Using Callback Objects
cbMultiActions
Member Function Documentation
| ZIP_SIZE_TYPE CZipActionCallback::CMultiActionsInfo::LeftBytesToProcess |
( |
|
) |
const [inline] |
Returns the number of bytes left to process.
- Returns:
- The number of bytes left to process.
| ZIP_SIZE_TYPE CZipActionCallback::CMultiActionsInfo::LeftFilesToProcess |
( |
|
) |
const [inline] |
Returns the number of files left to process.
- Returns:
- The number of files left to process.
Member Data Documentation
The total number of bytes processed so far.
The total number of files processed so far.
The total number of bytes to process.
The total number of files to process.
The documentation for this struct was generated from the following file: