// 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 referenceNo description available.
This structure contains the header information for the per frame settings capabilities.
SizeThe size of the entire capability payload, including this header, all the item headers, and the item payloads that follow.
ItemCountThe number of capability items.
FlagsNot used.