CZipActionCallback::CMultiActionsInfo Struct Reference

#include <ZipCallback.h>

List of all members.

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


Detailed Description

A structure that provides global information in case of using multiple actions callbacks.

See also:
Progress Notifications: Using Callback Objects

cbMultiActions

Definition at line 349 of file ZipCallback.h.


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.

Definition at line 370 of file ZipCallback.h.

ZIP_SIZE_TYPE CZipActionCallback::CMultiActionsInfo::LeftFilesToProcess (  )  const [inline]

Returns the number of files left to process.

Returns:
The number of files left to process.

Definition at line 363 of file ZipCallback.h.


Member Data Documentation

The total number of bytes processed so far.

Definition at line 355 of file ZipCallback.h.

The total number of files processed so far.

Definition at line 356 of file ZipCallback.h.

The total number of bytes to process.

Definition at line 353 of file ZipCallback.h.

The total number of files to process.

Definition at line 354 of file ZipCallback.h.


The documentation for this struct was generated from the following file:

The ZipArchive Library Copyright © 2000 - 2009 Artpol Software - Tadeusz Dracz. Generated at Fri Apr 24 16:46:34 2009.