// 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 referenceNo description available.
This structure contains the photo confirmation metadata information that is filled by the camera driver.
HeaderA KSCAMERA_METADATA_ITEMHEADER structure that contains the metadata header information that is filled by the camera driver.
PhotoConfirmationIndexStores 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.
ReservedReserved for future use.