KSMULTIPLE_ITEM Structure
Microsoft DirectShow 9.0 |
KSMULTIPLE_ITEM Structure
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.
Requirements
Header: Dshow.h.
See Also