Microsoft DirectX 8.1 (C++) |
The GetConnected method retrieves the pin connected to this pin.
Syntax
IPin *GetConnected(void);
Return Value
Returns a pointer to the other pin's IPin interface.
Remarks
If the pin is not connected, this method returns NULL. Call the CBasePin::IsConnected method to determine whether the pin is connected.
See Also