Skip to content

Latest commit

 

History

History
84 lines (51 loc) · 2.07 KB

ksmultiple-item.md

File metadata and controls

84 lines (51 loc) · 2.07 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location ms.custom
The KSMULTIPLE\_ITEM structure describes the size and count of variable-length properties on kernel-mode pins.
aedbf7bc-393d-4ab5-afcd-d8822b925f07
KSMULTIPLE_ITEM structure (Ks.h)
reference
4/26/2023
APIRef
kbSyntax
KSMULTIPLE_ITEM
HeaderDef
ks.h
UpdateFrequency5

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