KSCAMERA_EXTENDEDPROP_ROI_ISPCONTROL - NtDoc

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

typedef struct tagKSCAMERA_EXTENDEDPROP_ROI_ISPCONTROL {
  ULONG ControlId;
  ULONG ROICount;
  ULONG Result;
  ULONG Reserved;
} KSCAMERA_EXTENDEDPROP_ROI_ISPCONTROL, *PKSCAMERA_EXTENDEDPROP_ROI_ISPCONTROL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

tagKSCAMERA_EXTENDEDPROP_ROI_ISPCONTROL structure

Description

This structure contains information for an ROI ISP control.

Members

ControlId

The ISP control ID. The following are valid values for this field. These values are defined in ksmedia.h.

ROICount

The number of ROIs associated with this ISP control.

Result

The error results of the last SET operation for this ISP control.

Reserved

Reserved for future use.