KSCAMERA_EXTENDEDPROP_ROI_EXPOSURE - NtDoc

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

NtDoc

No description available.

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

tagKSCAMERA_EXTENDEDPROP_ROI_EXPOSURE structure

Description

This structure contains the ROI info structure for exposure.

Members

ROIInfo

See the KSCAMERA_EXTENDEDPROP_ROI_INFO structure for more information.

Reserved

Reserved for future use.