Microsoft DirectX 8.1 (C++) |
The get_ConnectedTo method retrieves the IPinInfo interface for the connected pin.
Syntax
HRESULT get_ConnectedTo(
IDispatch **ppUnk
);
Parameters
ppUnk
[out, retval] Address of a pointer to the IPinInfo interface for the pin.
Return Value
Returns an HRESULT value.
Remarks
This method is essentially an Automation wrapper for the IPin::ConnectedTo method.
See Also