// 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 referenceNo description available.
The KSP_BDA_NODE_PIN structure describes a property request to retrieve the controlling pin for a node.
PropertyKSPROPERTY structure that describes the property and request type of the property request.
ulNodeTypeIndex 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.
ulInputPinIdIdentifier of an input pin of the filter.
ulOutputPinIdIdentifier of an output pin of the filter.
BdaPropertyGetControllingPinId