// 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 referenceNo description available.
The WPD_CROPPED_STATUS_VALUES enumeration type describes the cropping status of an image.
WPD_CROPPED_STATUS_NOT_CROPPEDThe image has not been cropped.
WPD_CROPPED_STATUS_CROPPEDThe image has been cropped.
WPD_CROPPED_STATUS_SHOULD_NOT_BE_CROPPEDThe image has not been, and should not be, cropped.
Indicates the cropped status of an image. This enumeration is used by the WPD_IMAGE_CROPPED_STATUS property.
Structures and Enumeration Types