WPD_COLOR_CORRECTED_STATUS_VALUES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-portabledevice-tagwpd_color_corrected_status_values)

tagWPD_COLOR_CORRECTED_STATUS_VALUES enumeration

Description

The WPD_COLOR_CORRECTED_STATUS_VALUES enumeration type describes the color correction status of an image or video file.

Constants

WPD_COLOR_CORRECTED_STATUS_NOT_CORRECTED

The image has not been color corrected.

WPD_COLOR_CORRECTED_STATUS_CORRECTED

The image has been color corrected.

WPD_COLOR_CORRECTED_STATUS_SHOULD_NOT_BE_CORRECTED

The image has not been, and should not be, color corrected.

Remarks

Indicates the color corrected status of an image. This enumeration is used by the WPD_IMAGE_COLOR_CORRECTED_STATUS property.

See also

Structures and Enumeration Types