KSCAMERA_EXTENDEDPROP_ROI_WHITEBALANCE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-tagkscamera_extendedprop_roi_whitebalance)

tagKSCAMERA_EXTENDEDPROP_ROI_WHITEBALANCE structure

Description

This structure contains the ROI info structure for white balance.

Members

ROIInfo

See the KSCAMERA_EXTENDEDPROP_ROI_INFO structure for more information.

Reserved

Reserved for future use.