CZipSpanCallback Struct Reference
Derive from this a class to be used as a callback object for the disk change callback.
More...
#include <ZipStorage.h>
Inheritance diagram for CZipSpanCallback:
[legend]List of all members.
|
Public Attributes |
DWORD | m_uDiskNeeded |
| the number of a disk needed (counting from 1)
|
Detailed Description
Derive from this a class to be used as a callback object for the disk change callback.
You need to override member function CZipCallback::Callback. The meaning of iProgress parameter is the reason for calling:
- -1 : a disk needed for reading
other codes occurs during writing: - >=0 : min. number of bytes needed
- -2 : the file with the archive name already exists on the disk
- -3 : the disk is probably write - protected
- -4 : couldn't create a file
Return false
from the callback function to abort operation: the proper exception will be thrown.
- See also:
- CZipCallback::Callback
CZipArchive::SetSpanCallback
Definition at line 84 of file ZipStorage.h.
The documentation for this struct was generated from the following file:
ZipArchive Copyright © 2000 - 2006 Tadeusz Dracz . Generated at Fri Apr 7 13:55:25 2006.