// portabledevice.h
typedef enum tagWPD_FOCUS_MODES {
WPD_FOCUS_UNDEFINED,
WPD_FOCUS_MANUAL,
WPD_FOCUS_AUTOMATIC,
WPD_FOCUS_AUTOMATIC_MACRO
} WPD_FOCUS_MODES;
View the official Windows Driver Kit DDI referenceNo description available.
The WPD_FOCUS_MODES enumeration type describes the focus mode used by a still image capture device.
WPD_FOCUS_UNDEFINEDThe focus mode has not been specified.
WPD_FOCUS_MANUALSpecifies manual focus.
WPD_FOCUS_AUTOMATICSpecifies automatic focus, controlled by the device.
WPD_FOCUS_AUTOMATIC_MACROSpecifies that the device should automatically switch between macro and normal focus, as required.
This enumeration is used by the WPD_STILL_IMAGE_FOCUS_MODE property.
Structures and Enumeration Types