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 capability support of a raw image.
Syntax
typedef enum WICRawCapabilities {
WICRawCapabilityNotSupported = 0,
WICRawCapabilityGetSupported = 0x1,
WICRawCapabilityFullySupported = 0x2,
WICRAWCAPABILITIES_FORCE_DWORD = 0x7fffffff
} ;
Constants
WICRawCapabilityNotSupported Value: 0 The capability is not supported. |
WICRawCapabilityGetSupported Value: 0x1 The capability supports only get operations. |
WICRawCapabilityFullySupported Value: 0x2 The capability supports get and set operations. |
WICRAWCAPABILITIES_FORCE_DWORD Value: 0x7fffffff |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 [desktop apps | UWP apps] |
Header | wincodec.h |