#include <ZipStorage.h>
Inheritance diagram for CZipCallback:
Public Member Functions | |
virtual bool | Callback (int iProgress)=0 |
Method called as a callback. | |
Public Attributes | |
CZipString | m_szExternalFile |
if the action (adding, extracting or disk-spanning) uses an external file, its filename is stored here |
You need to derive your own class and overload Callback
method to use it. Do not derive from CZipCallback directly but from CZipSpanCallback (as a callback when there is a need for a disk change in a disk-spanning archive) or from CZipActionCallback for other actions.
Definition at line 44 of file ZipStorage.h.
|
Method called as a callback.
Return
Referenced by CZipActionCallback::operator()(). |