// ksmedia.h
typedef struct tagKSCAMERA_EXTENDEDPROP_ROI_ISPCONTROLHEADER {
ULONG Size;
ULONG ControlCount;
ULONGLONG Reserved;
} KSCAMERA_EXTENDEDPROP_ROI_ISPCONTROLHEADER, *PKSCAMERA_EXTENDEDPROP_ROI_ISPCONTROLHEADER;
View the official Windows Driver Kit DDI referenceNo description available.
This structure contains the header information for ROI ISP controls.
SizeThe sum of this structure size, all KSCAMERA_EXTENDEDPROP_ROI_ISPCONTROL structures, and all KSCAMERA_EXTENDEDPROP_ROI_RECTINFO structures that follow
ControlCountThe number of ISP controls. If this value is 0, the ROI control will remove all ROIs previously configured. This effectively clears up all ROIs configured and resets the driver to the default ROI.
ReservedReserved for future use.