#include <ZipCallback.h>
|
struct | CZipActionCallback |
|
A structure that provides global information in case of using multiple actions callbacks.
- See Also
- Progress Notifications: Using Callback Objects
-
cbMultiActions
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.
ZIP_SIZE_TYPE CZipActionCallback::CMultiActionsInfo::m_uBytesProcessed |
The total number of bytes processed so far.
ZIP_SIZE_TYPE CZipActionCallback::CMultiActionsInfo::m_uFilesProcessed |
The total number of files processed so far.
ZIP_SIZE_TYPE CZipActionCallback::CMultiActionsInfo::m_uTotalBytesToProcess |
The total number of bytes to process.
ZIP_SIZE_TYPE CZipActionCallback::CMultiActionsInfo::m_uTotalFilesToProcess |
The total number of files to process.
The documentation for this struct was generated from the following file: