KSCAMERA_PERFRAMESETTING_ITEM_HEADER - NtDoc

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

typedef struct {
  ULONG     Size;
  ULONG     Type;
  ULONGLONG Flags;
} KSCAMERA_PERFRAMESETTING_ITEM_HEADER, *PKSCAMERA_PERFRAMESETTING_ITEM_HEADER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KSCAMERA_PERFRAMESETTING_ITEM_HEADER structure

Description

This structure contains the header information for a per-frame settings item.

Members

Size

The size of this header and the item payload that follows.

Type

This contains a KSCAMERA_PERFRAMESETTING_ITEM_TYPE structure.

Flags

This is any one of the capability flags reported in the KSCAMERA_PERFRAMESETTING_CAP_ITEM_HEADER Flags field.