WICComponentEnumerateOptions enumeration
Specifies component enumeration options.
Syntax
typedef enum WICComponentEnumerateOptions { WICComponentEnumerateDefault = 0x00000000, WICComponentEnumerateRefresh = 0x00000001, WICComponentEnumerateDisabled = 0x80000000, WICComponentEnumerateUnsigned = 0x40000000, WICComponentEnumerateBuiltInOnly = 0x20000000 } WICComponentEnumerateOptions;
Constants
- WICComponentEnumerateDefault
-
Enumerate any components that are not disabled. Because this value is 0x0, it is always included with the other options.
- WICComponentEnumerateRefresh
-
Force a read of the registry before enumerating components.
- WICComponentEnumerateDisabled
-
Include disabled components in the enumeration. The set of disabled components is disjoint with the set of default enumerated components
- WICComponentEnumerateUnsigned
-
Include unsigned components in the enumeration. This option has no effect.
- WICComponentEnumerateBuiltInOnly
-
At the end of component enumeration, filter out any components that are not Windows provided.
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|