Skip Navigation Links
Skip Navigation LinksHome > ZipArchive > How to Use > API Documentation

ZipArchiveLib::CBaseLibCompressor::COptions Struct Reference

#include <BaseLibCompressor.h>

Inheritance diagram for ZipArchiveLib::CBaseLibCompressor::COptions:

List of all members.


Public Attributes

bool m_bDetectLibMemoryLeaks

Detailed Description

Represents options of compressors that use external libraries.

See also:
Compressing Data

CZipArchive::SetCompressionOptions


Member Data Documentation

true, if the ZipArchive Library should detect memory leaks in an external library; false otherwise. Recommended to be set to true.


The documentation for this struct was generated from the following file:
Back To Top Up