// portabledevice.h
typedef enum tagWPD_COLOR_CORRECTED_STATUS_VALUES {
WPD_COLOR_CORRECTED_STATUS_NOT_CORRECTED,
WPD_COLOR_CORRECTED_STATUS_CORRECTED,
WPD_COLOR_CORRECTED_STATUS_SHOULD_NOT_BE_CORRECTED
} WPD_COLOR_CORRECTED_STATUS_VALUES;
View the official Windows Driver Kit DDI referenceNo description available.
The WPD_COLOR_CORRECTED_STATUS_VALUES enumeration type describes the color correction status of an image or video file.
WPD_COLOR_CORRECTED_STATUS_NOT_CORRECTEDThe image has not been color corrected.
WPD_COLOR_CORRECTED_STATUS_CORRECTEDThe image has been color corrected.
WPD_COLOR_CORRECTED_STATUS_SHOULD_NOT_BE_CORRECTEDThe image has not been, and should not be, color corrected.
Indicates the color corrected status of an image. This enumeration is used by the WPD_IMAGE_COLOR_CORRECTED_STATUS property.
Structures and Enumeration Types