Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes ways to compress part content.
Syntax
typedef enum __MIDL___MIDL_itf_msopc_0000_0002_0002 {
OPC_COMPRESSION_NONE = -1,
OPC_COMPRESSION_NORMAL = 0,
OPC_COMPRESSION_MAXIMUM = 1,
OPC_COMPRESSION_FAST = 2,
OPC_COMPRESSION_SUPERFAST = 3
} OPC_COMPRESSION_OPTIONS;
Constants
OPC_COMPRESSION_NONEValue: -1 Compression is turned off. |
OPC_COMPRESSION_NORMALValue: 0 Compression is optimized for a balance between size and performance. |
OPC_COMPRESSION_MAXIMUMValue: 1 Compression is optimized for size. |
OPC_COMPRESSION_FASTValue: 2 Compression is optimized for performance. |
OPC_COMPRESSION_SUPERFASTValue: 3 Compression is optimized for high performance. |
Requirements
| Requirement | Value |
|---|---|
| Header | msopc.h |
See also
Getting Started with the Packaging API
IOpcPart::GetCompressionOptions
Overviews
Packaging API Programming Guide
Reference