Microsoft DirectX 9.0 |
The KSMULTIPLE_ITEM structure describes the size and count of variable-length properties on kernel-mode pins.
Syntax
typedef struct {
ULONG Size;
ULONG Count;
} KSMULTIPLE_ITEM, *PKSMULTIPLE_ITEM;
Members
Size
Size of the returned memory block, in bytes. The size includes the KSMULTIPLE_ITEM structure and the items that follow it.
Count
Specifies the total number of items that follow this structure.
See Also