Skip Navigation Links
Skip Navigation LinksHome > ZipArchive > How to Use > API Documentation
The ZipArchive Library
ZipCallback.h File Reference
#include "ZipString.h"
#include "ZipExport.h"

Classes

struct  CZipActionCallback::CMultiActionsInfo
struct  CZipActionCallback
struct  CZipCallback
struct  CZipSegmCallback

Macros

#define ZIP_SPLIT_LAST_VOLUME   (ZIP_SIZE_TYPE)(-1)

Detailed Description

Includes the CZipCallback and the derived classes.

Macro Definition Documentation

◆ ZIP_SPLIT_LAST_VOLUME

#define ZIP_SPLIT_LAST_VOLUME   (ZIP_SIZE_TYPE)(-1)

When processing split archives, this value is passed as the argument to the CZipCallback::Callback method to notify that the current volume is the last one.

Back To Top Up