KSCAMERA_EXTENDEDPROP_ROI_FOCUS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef struct tagKSCAMERA_EXTENDEDPROP_ROI_FOCUS {
  KSCAMERA_EXTENDEDPROP_ROI_INFO ROIInfo;
  ULONGLONG                      Reserved;
} KSCAMERA_EXTENDEDPROP_ROI_FOCUS, *PKSCAMERA_EXTENDEDPROP_ROI_FOCUS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

tagKSCAMERA_EXTENDEDPROP_ROI_FOCUS structure

Description

This structure contains the ROI info structure for focus.

Members

ROIInfo

See the KSCAMERA_EXTENDEDPROP_ROI_INFO structure for more information.

Reserved

Reserved for future use.