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