Skip to content

Latest commit

 

History

History
78 lines (58 loc) · 2.33 KB

nf-ks-ksfiltercreatepinfactory.md

File metadata and controls

78 lines (58 loc) · 2.33 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
NF:ks.KsFilterCreatePinFactory
KsFilterCreatePinFactory function (ks.h)
The KsFilterCreatePinFactory function creates a new pin factory on the specified filter.
stream\ksfiltercreatepinfactory.htm
stream
04/23/2018
KsFilterCreatePinFactory function
KsFilterCreatePinFactory, KsFilterCreatePinFactory function [Streaming Media Devices], avfunc_845b66c4-755e-43db-afdc-db929b6bd1c6.xml, ks/KsFilterCreatePinFactory, stream.ksfiltercreatepinfactory
ks.h
Ks.h
Universal
Available in Microsoft Windows XP and later operating systems and DirectX 8.0 and later DirectX versions.
Ks.lib
PASSIVE_LEVEL
Windows
KsFilterCreatePinFactory
ks/KsFilterCreatePinFactory
APIRef
kbSyntax
LibDef
Ks.lib
Ks.dll
KsFilterCreatePinFactory

KsFilterCreatePinFactory function

-description

The KsFilterCreatePinFactory function creates a new pin factory on the specified filter.

-parameters

-param Filter [in]

A pointer to a KSFILTER structure for which to create a new pin factory.

-param PinDescriptor [in]

A pointer to a KSPIN_DESCRIPTOR_EX structure that describes the pins this factory will create.

-param PinID [out]

A pointer to the location containing the ID of the new factory.

-returns

KsFilterCreatePinFactory returns the success or failure of the attempt to create the pin factory. Failure may occur due to invalid parameters or low memory.

-remarks

Note that the filter control mutex must be held before calling this function. For more information, see Mutexes in AVStream.

-see-also

KsFilterCreateNode