KSCAMERA_PERFRAMESETTING_CUSTOM_ITEM - NtDoc

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

typedef struct {
  ULONG Size;
  ULONG Reserved;
  GUID  Id;
} KSCAMERA_PERFRAMESETTING_CUSTOM_ITEM, *PKSCAMERA_PERFRAMESETTING_CUSTOM_ITEM;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KSCAMERA_PERFRAMESETTING_CUSTOM_ITEM structure

Description

This structure contains a custom item.

Members

Size

The size of this header and custom data that follows.

Reserved

Reserved for future use.

Id

A GUID that identifies the custom item.