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 the encoding method that is used by the serialization object to produce the package.
Syntax
typedef enum __MIDL___MIDL_itf_msopc_0000_0002_0005 {
OPC_WRITE_DEFAULT = 0,
OPC_WRITE_FORCE_ZIP32 = 0x1
} OPC_WRITE_FLAGS;
Constants
OPC_WRITE_DEFAULTValue: 0 Use Zip64 encoding. The minimum software version for extracting a package with Zip64 encoding is 4.5. |
OPC_WRITE_FORCE_ZIP32Value: 0x1 Force Zip32 encoding. The minimum software version for extracting a package with Zip32 encoding is 2.0. If one or more of the following Zip32 limitations are violated, the package write will fail:
|
Requirements
| Requirement | Value |
|---|---|
| Header | msopc.h |
See also
Getting Started with the Packaging API
IOpcFactory::WritePackageToStream
Open Packaging Conventions Fundamentals
Overviews
Packaging API Programming Guide
Reference