Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 2.82 KB

ns-ks-_ksprocesspin_indexentry.md

File metadata and controls

75 lines (60 loc) · 2.82 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:ks._KSPROCESSPIN_INDEXENTRY
_KSPROCESSPIN_INDEXENTRY (ks.h)
The KSPROCESSPIN_INDEXENTRY structure is used in Filter-Centric Processing to bring together all of the input and output pins in one context.
stream\ksprocesspin_indexentry.htm
stream
04/23/2018
KSPROCESSPIN_INDEXENTRY structure
*PKSPROCESSPIN_INDEXENTRY, KSPROCESSPIN_INDEXENTRY, KSPROCESSPIN_INDEXENTRY structure [Streaming Media Devices], PKSPROCESSPIN_INDEXENTRY, PKSPROCESSPIN_INDEXENTRY structure pointer [Streaming Media Devices], _KSPROCESSPIN_INDEXENTRY, avstruct_c32acda3-bab1-4077-a834-4b44a92524db.xml, ks/KSPROCESSPIN_INDEXENTRY, ks/PKSPROCESSPIN_INDEXENTRY, stream.ksprocesspin_indexentry
ks.h
Ks.h
Windows
Available in Microsoft Windows XP and later operating systems and in Microsoft DirectX 8.0 and later versions.
Windows
KSPROCESSPIN_INDEXENTRY, *PKSPROCESSPIN_INDEXENTRY
_KSPROCESSPIN_INDEXENTRY
ks/_KSPROCESSPIN_INDEXENTRY
PKSPROCESSPIN_INDEXENTRY
ks/PKSPROCESSPIN_INDEXENTRY
KSPROCESSPIN_INDEXENTRY
ks/KSPROCESSPIN_INDEXENTRY
APIRef
kbSyntax
HeaderDef
ks.h
_KSPROCESSPIN_INDEXENTRY
PKSPROCESSPIN_INDEXENTRY
KSPROCESSPIN_INDEXENTRY

_KSPROCESSPIN_INDEXENTRY structure

-description

The KSPROCESSPIN_INDEXENTRY structure is used in Filter-Centric Processing to bring together all of the input and output pins in one context.

-struct-fields

-field Pins

A pointer to an array of KSPROCESSPIN structures. The array contains a listing of the instances of the given pin.

-field Count

This member specifies the number of process pins in Pins that are currently instantiated.

-remarks

This pointer table is indexed in order of the pins described in the pin descriptor table for the corresponding filter. The first pin described in the descriptor table has the first entry in the index table passed to the processing dispatch. See the processing dispatch in KSPIN_DISPATCH.

For more information, see Filter-Centric Processing.

-see-also

KSPROCESSPIN