KSMULTIPLE_ITEM structure (ks.h)
The KSMULTIPLE_ITEM structure is a generic header for property data that can contain multiple entries.
Syntax
typedef struct {
ULONG Size;
ULONG Count;
} KSMULTIPLE_ITEM, *PKSMULTIPLE_ITEM;
Members
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.
Requirements
Requirement | Value |
---|---|
Header | ks.h (include Ks.h) |