// ks.h
typedef struct {
ULONG Size;
ULONG Count;
} KSMULTIPLE_ITEM, *PKSMULTIPLE_ITEM;
View the official Windows Driver Kit DDI reference
No description available.
The KSMULTIPLE_ITEM structure is a generic header for property data that can contain multiple entries.
Size
Specifies the size in bytes of this header and the property data that follows.
Count
Specifies the number of buffers that follow this header.
Kernel Streaming Property Sets