KSCAMERA_METADATA_PHOTOCONFIRMATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef struct tagKSCAMERA_METADATA_PHOTOCONFIRMATION {
  KSCAMERA_METADATA_ITEMHEADER Header;
  ULONG                        PhotoConfirmationIndex;
  ULONG                        Reserved;
} KSCAMERA_METADATA_PHOTOCONFIRMATION, *PKSCAMERA_METADATA_PHOTOCONFIRMATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-tagkscamera_metadata_photoconfirmation)

tagKSCAMERA_METADATA_PHOTOCONFIRMATION structure

Description

This structure contains the photo confirmation metadata information that is filled by the camera driver.

Members

A KSCAMERA_METADATA_ITEMHEADER structure that contains the metadata header information that is filled by the camera driver.

PhotoConfirmationIndex

Stores the index of the still confirmation frame. For single photo capture, this is always 0. For multishot, this corresponds to the index of the photo frame captured.

Reserved

Reserved for future use.