KSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPSHEADER structure (ksmedia.h)

This structure contains the header information for ROI capabilities.

Syntax

typedef struct tagKSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPSHEADER {
  ULONG     Size;
  ULONG     ConfigCapCount;
  ULONGLONG Reserved;
} KSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPSHEADER, *PKSCAMERA_EXTENDEDPROP_ROI_CONFIGCAPSHEADER;

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.

Requirements

Requirement Value
Header ksmedia.h