Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
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) |
See also
Feedback
Was this page helpful?
