// ksmedia.h
typedef struct tagKSCAMERA_EXTENDEDPROP_ROI_ISPCONTROL {
ULONG ControlId;
ULONG ROICount;
ULONG Result;
ULONG Reserved;
} KSCAMERA_EXTENDEDPROP_ROI_ISPCONTROL, *PKSCAMERA_EXTENDEDPROP_ROI_ISPCONTROL;
View the official Windows Driver Kit DDI referenceNo description available.
This structure contains information for an ROI ISP control.
ControlIdThe ISP control ID. The following are valid values for this field. These values are defined in ksmedia.h.
ROICountThe number of ROIs associated with this ISP control.
ResultThe error results of the last SET operation for this ISP control.
ReservedReserved for future use.