KSMULTIPLE_ITEM structure

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

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

Requirement Value
Header
Ks.h

See also

DirectShow Structures

IKsPin::KsQueryMediums

REGPINMEDIUM