#include <ZipCallback.h>
Public Member Functions | |
ZIP_SIZE_TYPE | LeftBytesToProcess () const |
ZIP_SIZE_TYPE | LeftFilesToProcess () const |
Public Attributes | |
ZIP_SIZE_TYPE | m_uBytesProcessed |
The total number of bytes processed so far. | |
ZIP_SIZE_TYPE | m_uFilesProcessed |
The total number of files processed so far. | |
ZIP_SIZE_TYPE | m_uTotalBytesToProcess |
The total number of bytes to process. | |
ZIP_SIZE_TYPE | m_uTotalFilesToProcess |
The total number of files to process. | |
Friends | |
struct | CZipActionCallback |
A structure that provides global information in case of using multiple actions callbacks.
Definition at line 350 of file ZipCallback.h.
|
inline |
Returns the number of bytes left to process.
Definition at line 371 of file ZipCallback.h.
|
inline |
Returns the number of files left to process.
Definition at line 364 of file ZipCallback.h.
ZIP_SIZE_TYPE CZipActionCallback::CMultiActionsInfo::m_uBytesProcessed |
The total number of bytes processed so far.
Definition at line 356 of file ZipCallback.h.
ZIP_SIZE_TYPE CZipActionCallback::CMultiActionsInfo::m_uFilesProcessed |
The total number of files processed so far.
Definition at line 357 of file ZipCallback.h.
ZIP_SIZE_TYPE CZipActionCallback::CMultiActionsInfo::m_uTotalBytesToProcess |
The total number of bytes to process.
Definition at line 354 of file ZipCallback.h.
ZIP_SIZE_TYPE CZipActionCallback::CMultiActionsInfo::m_uTotalFilesToProcess |
The total number of files to process.
Definition at line 355 of file ZipCallback.h.