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 the component signing status.
Syntax
typedef enum WICComponentSigning {
WICComponentSigned = 0x1,
WICComponentUnsigned = 0x2,
WICComponentSafe = 0x4,
WICComponentDisabled = 0x80000000,
WICCOMPONENTSIGNING_FORCE_DWORD = 0x7fffffff
} ;
Constants
WICComponentSigned Value: 0x1 A signed component. |
WICComponentUnsigned Value: 0x2 An unsigned component |
WICComponentSafe Value: 0x4 A component is safe. Components that do not have a binary component to sign, such as a pixel format, should return this value. |
WICComponentDisabled Value: 0x80000000 A component has been disabled. |
WICCOMPONENTSIGNING_FORCE_DWORD Value: 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 |