// ksmedia.h
typedef struct tagKSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPSHEADER {
ULONG Size;
ULONG ConfigCapCount;
ULONGLONG Reserved;
} KSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPSHEADER, *PKSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPSHEADER;
View the official Windows Driver Kit DDI referenceNo description available.
This structure contains the header information for ROI capabilities.
SizeThe size of this header and all KSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPS structures that follow.
ConfigCapCountContains the number of KSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPS structures that follow.
ReservedReserved for future use.