KSCAMERA_PERFRAMESETTING_CAP_HEADER - NtDoc

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

typedef struct {
  ULONG     Size;
  ULONG     ItemCount;
  ULONGLONG Flags;
} KSCAMERA_PERFRAMESETTING_CAP_HEADER, *PKSCAMERA_PERFRAMESETTING_CAP_HEADER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KSCAMERA_PERFRAMESETTING_CAP_HEADER structure

Description

This structure contains the header information for the per frame settings capabilities.

Members

Size

The size of the entire capability payload, including this header, all the item headers, and the item payloads that follow.

ItemCount

The number of capability items.

Flags

Not used.