// portabledevice.h
typedef enum tagWPD_FOCUS_METERING_MODES {
WPD_FOCUS_METERING_MODE_UNDEFINED,
WPD_FOCUS_METERING_MODE_CENTER_SPOT,
WPD_FOCUS_METERING_MODE_MULTI_SPOT
} WPD_FOCUS_METERING_MODES;
View the official Windows Driver Kit DDI referenceNo description available.
The WPD_FOCUS_METERING_MODES enumeration type describes how a device should decide what part of a frame to use to set focus.
WPD_FOCUS_METERING_MODE_UNDEFINEDIndicates that no focusing mode has been specified.
WPD_FOCUS_METERING_MODE_CENTER_SPOTFocus on the center of the framed area.
WPD_FOCUS_METERING_MODE_MULTI_SPOTDetermine focus by analyzing multiple parts of the framed area.
This enumeration is specified by the WPD_STILL_IMAGE_FOCUS_METERING_MODE property.
Structures and Enumeration Types