Skip to content

Latest commit

 

History

History
87 lines (61 loc) · 2.22 KB

nf-ks-kscreatetopologynode.md

File metadata and controls

87 lines (61 loc) · 2.22 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.KsCreateTopologyNode
KsCreateTopologyNode function (ks.h)
The KsCreateTopologyNode function creates a handle to a topology node instance. The function can only be called at PASSIVE_LEVEL.
stream\kscreatetopologynode.htm
stream
04/23/2018
KsCreateTopologyNode function
KsCreateTopologyNode, KsCreateTopologyNode function [Streaming Media Devices], ks/KsCreateTopologyNode, ksfunc_15092cdb-3f97-4f13-a10e-9dbc92d20776.xml, stream.kscreatetopologynode
ks.h
Ks.h
Universal
Ks.lib
Windows
KsCreateTopologyNode
ks/KsCreateTopologyNode
APIRef
kbSyntax
LibDef
ks.lib
ks.dll
KsCreateTopologyNode

KsCreateTopologyNode function

-description

The KsCreateTopologyNode function creates a handle to a topology node instance. The function can only be called at PASSIVE_LEVEL.

-parameters

-param ParentHandle [in]

Specifies the handle to the parent on which the node is created.

-param NodeCreate [in]

Specifies topology node create parameters.

-param DesiredAccess [in]

Specifies an ACCESS_MASK indicating the desired access to the object. This is typically GENERIC_READ and/or GENERIC_WRITE.

-param NodeHandle [out]

Location for the topology node handle.

-returns

Returns STATUS_SUCCESS, or an error if unable to create a node.

-remarks

The KSNODE_CREATE structure describes the set of information used to create the node handle.

-see-also

ACCESS_MASK

KSNODE_CREATE