// portabledevice.h
typedef enum tagWPD_FLASH_MODES {
WPD_FLASH_MODE_UNDEFINED,
WPD_FLASH_MODE_AUTO,
WPD_FLASH_MODE_OFF,
WPD_FLASH_MODE_FILL,
WPD_FLASH_MODE_RED_EYE_AUTO,
WPD_FLASH_MODE_RED_EYE_FILL,
WPD_FLASH_MODE_EXTERNAL_SYNC
} WPD_FLASH_MODES;
View the official Windows Driver Kit DDI referenceNo description available.
The WPD_FLASH_MODES enumeration type describes a flash mode to use when capturing images with a device.
WPD_FLASH_MODE_UNDEFINEDNo flash mode has been specified.
WPD_FLASH_MODE_AUTOSpecifies that the flash should be used in the automatic mode, as specified by the device.
WPD_FLASH_MODE_OFFSpecifies that no flash should be used.
WPD_FLASH_MODE_FILLSpecifies a fill-type flash.
WPD_FLASH_MODE_RED_EYE_AUTOSpecifies that the red eye reduction flash should be used.
WPD_FLASH_MODE_RED_EYE_FILLSpecifies that the red eye fill flash should be used.
WPD_FLASH_MODE_EXTERNAL_SYNCSpecifies that the flash should be synchronized with other external flash devices.
This enumeration is used by the WPD_STILL_IMAGE_FLASH_MODE property.
Structures and Enumeration Types