KSP_BDA_NODE_PIN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// bdamedia.h

typedef struct _KSP_BDA_NODE_PIN {
  KSPROPERTY Property;
  ULONG      ulNodeType;
  ULONG      ulInputPinId;
  ULONG      ulOutputPinId;
} KSP_BDA_NODE_PIN, *PKSP_BDA_NODE_PIN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-bdamedia-_ksp_bda_node_pin)

_KSP_BDA_NODE_PIN structure

Description

The KSP_BDA_NODE_PIN structure describes a property request to retrieve the controlling pin for a node.

Members

Property

KSPROPERTY structure that describes the property and request type of the property request.

ulNodeType

Index of the element in the zero-based array of internal node types (KSNODE_DESCRIPTOR array) that specifies the node type for which to retrieve the controlling pin.

ulInputPinId

Identifier of an input pin of the filter.

ulOutputPinId

Identifier of an output pin of the filter.

See also

BdaPropertyGetControllingPinId

KSNODE_DESCRIPTOR

KSPROPERTY

KSPROPSETID_BdaTopology