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.
Specifies component enumeration options.
Syntax
typedef enum WICComponentEnumerateOptions {
WICComponentEnumerateDefault = 0,
WICComponentEnumerateRefresh = 0x1,
WICComponentEnumerateDisabled = 0x80000000,
WICComponentEnumerateUnsigned = 0x40000000,
WICComponentEnumerateBuiltInOnly = 0x20000000,
WICCOMPONENTENUMERATEOPTIONS_FORCE_DWORD = 0x7fffffff
} ;
Constants
WICComponentEnumerateDefaultValue: 0 Enumerate any components that are not disabled. Because this value is 0x0, it is always included with the other options. |
WICComponentEnumerateRefreshValue: 0x1 Force a read of the registry before enumerating components. |
WICComponentEnumerateDisabledValue: 0x80000000 Include disabled components in the enumeration. The set of disabled components is disjoint with the set of default enumerated components |
WICComponentEnumerateUnsignedValue: 0x40000000 Include unsigned components in the enumeration. This option has no effect. |
WICComponentEnumerateBuiltInOnlyValue: 0x20000000 At the end of component enumeration, filter out any components that are not Windows provided. |
WICCOMPONENTENUMERATEOPTIONS_FORCE_DWORDValue: 0x7fffffff |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | wincodec.h |