WPD_FOCUS_MODES - NtDoc

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

NtDoc

No description available.

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

tagWPD_FOCUS_MODES enumeration

Description

The WPD_FOCUS_MODES enumeration type describes the focus mode used by a still image capture device.

Constants

WPD_FOCUS_UNDEFINED

The focus mode has not been specified.

WPD_FOCUS_MANUAL

Specifies manual focus.

WPD_FOCUS_AUTOMATIC

Specifies automatic focus, controlled by the device.

WPD_FOCUS_AUTOMATIC_MACRO

Specifies that the device should automatically switch between macro and normal focus, as required.

Remarks

This enumeration is used by the WPD_STILL_IMAGE_FOCUS_MODE property.

See also

Structures and Enumeration Types