// ksmedia.h
typedef struct tagKSCAMERA_EXTENDEDPROP_ROI_EXPOSURE {
KSCAMERA_EXTENDEDPROP_ROI_INFO ROIInfo;
ULONGLONG Reserved;
} KSCAMERA_EXTENDEDPROP_ROI_EXPOSURE, *PKSCAMERA_EXTENDEDPROP_ROI_EXPOSURE;
View the official Windows Driver Kit DDI referenceNo description available.
This structure contains the ROI info structure for exposure.
ROIInfoSee the KSCAMERA_EXTENDEDPROP_ROI_INFO structure for more information.
ReservedReserved for future use.