// bdatypes.h
typedef struct _BDA_TEMPLATE_PIN_JOINT {
ULONG uliTemplateConnection;
ULONG ulcInstancesMax;
} BDA_TEMPLATE_PIN_JOINT, *PBDA_TEMPLATE_PIN_JOINT;
View the official Windows Driver Kit DDI referenceNo description available.
The BDA_TEMPLATE_PIN_JOINT structure describes a joint in a template topology.
uliTemplateConnectionIndex of an element in an array of template connections (KSTOPOLOGY_CONNECTION or BDA_TEMPLATE_CONNECTION array) that represents the joint.
ulcInstancesMaxMaximum number of possible instances of the joint in the template topology.