KSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPSHEADER - NtDoc

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

typedef struct tagKSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPSHEADER {
  ULONG     Size;
  ULONG     ConfigCapCount;
  ULONGLONG Reserved;
} KSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPSHEADER, *PKSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPSHEADER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

tagKSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPSHEADER structure

Description

This structure contains the header information for ROI capabilities.

Members

Size

The size of this header and all KSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPS structures that follow.

ConfigCapCount

Contains the number of KSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPS structures that follow.

Reserved

Reserved for future use.