KSMULTIPLE_ITEM - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ks.h

typedef struct {
  ULONG Size;
  ULONG Count;
} KSMULTIPLE_ITEM, *PKSMULTIPLE_ITEM;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ks-ksmultiple_item)

KSMULTIPLE_ITEM structure

Description

The KSMULTIPLE_ITEM structure is a generic header for property data that can contain multiple entries.

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.

See also

KSPIN

KSPROPERTY

Kernel Streaming Property Sets