The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WICDecodeOptions enumeration
Specifies decode options.
Syntax
typedef enum WICDecodeOptions { WICDecodeMetadataCacheOnDemand = 0x00000000, WICDecodeMetadataCacheOnLoad = 0x00000001 } WICDecodeOptions;
Constants
- WICDecodeMetadataCacheOnDemand
-
Cache metadata when needed.
- WICDecodeMetadataCacheOnLoad
-
Cache metadata when decoder is loaded.
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
Show: