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.
WICComponentSigning enumeration
Specifies the component signing status.
Syntax
typedef enum WICComponentSigning { WICComponentSigned = 0x00000001, WICComponentUnsigned = 0x00000002, WICComponentSafe = 0x00000004, WICComponentDisabled = 0x80000000 } WICComponentSigning;
Constants
- WICComponentSigned
-
A signed component.
- WICComponentUnsigned
-
An unsigned component
- WICComponentSafe
-
A component is safe.
Components that do not have a binary component to sign, such as a pixel format, should return this value.
- WICComponentDisabled
-
A component has been disabled.
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
Show: