WPD_CROPPED_STATUS_VALUES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// portabledevice.h

typedef enum tagWPD_CROPPED_STATUS_VALUES {
  WPD_CROPPED_STATUS_NOT_CROPPED,
  WPD_CROPPED_STATUS_CROPPED,
  WPD_CROPPED_STATUS_SHOULD_NOT_BE_CROPPED
} WPD_CROPPED_STATUS_VALUES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

tagWPD_CROPPED_STATUS_VALUES enumeration

Description

The WPD_CROPPED_STATUS_VALUES enumeration type describes the cropping status of an image.

Constants

WPD_CROPPED_STATUS_NOT_CROPPED

The image has not been cropped.

WPD_CROPPED_STATUS_CROPPED

The image has been cropped.

WPD_CROPPED_STATUS_SHOULD_NOT_BE_CROPPED

The image has not been, and should not be, cropped.

Remarks

Indicates the cropped status of an image. This enumeration is used by the WPD_IMAGE_CROPPED_STATUS property.

See also

Structures and Enumeration Types