// 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 referenceNo description available.
This structure contains a custom item.
SizeThe size of this header and custom data that follows.
ReservedReserved for future use.
IdA GUID that identifies the custom item.