EXpsCompressionOptions - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// filterpipeline.h

typedef enum __MIDL___MIDL_itf_filterpipeline_0000_0000_0001 {
  Compression_NotCompressed,
  Compression_Normal,
  Compression_Small,
  Compression_Fast
} EXpsCompressionOptions;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-filterpipeline-__midl___midl_itf_filterpipeline_0000_0000_0001)

__MIDL___MIDL_itf_filterpipeline_0000_0000_0001 enumeration

Description

The ExpsCompressionOptions enumeration describes compression options for an XPS part.

Constants

Compression_NotCompressed

The part is not compressed.

Compression_Normal

The part is compressed normally.

Compression_Small

The compression for the part is optimized for size.

Compression_Fast

The compression for the part is optimized for speed.