Microsoft DirectX 9.0

EqualPins

The EqualPins function checks if two pins are on the same object.

Syntax

BOOL EqualPins(
    IUnknown *pPin1,
    IUnknown *pPin2
);

Parameters

pPin1

Pointer to one pin.

pPin2

Pointer to the other pin.

Return Value

Returns TRUE if both pins are on the same object, or FALSE otherwise.

See Also