BDA_TEMPLATE_PIN_JOINT structure (bdatypes.h)

The BDA_TEMPLATE_PIN_JOINT structure describes a joint in a template topology.

Syntax

typedef struct _BDA_TEMPLATE_PIN_JOINT {
  ULONG uliTemplateConnection;
  ULONG ulcInstancesMax;
} BDA_TEMPLATE_PIN_JOINT, *PBDA_TEMPLATE_PIN_JOINT;

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.

Requirements

Requirement Value
Header bdatypes.h (include Bdatypes.h)

See also

BDA_TEMPLATE_CONNECTION

KSTOPOLOGY_CONNECTION