BDA_TEMPLATE_PIN_JOINT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-bdatypes-_bda_template_pin_joint)

_BDA_TEMPLATE_PIN_JOINT structure

Description

The BDA_TEMPLATE_PIN_JOINT structure describes a joint in a template topology.

Members

uliTemplateConnection

Index of an element in an array of template connections (KSTOPOLOGY_CONNECTION or BDA_TEMPLATE_CONNECTION array) that represents the joint.

ulcInstancesMax

Maximum number of possible instances of the joint in the template topology.

See also

BDA_TEMPLATE_CONNECTION

KSTOPOLOGY_CONNECTION