IPinInfo.ConnectedTo
Microsoft DirectShow 9.0 |
IPinInfo.ConnectedTo
- Note This topic is deprecated. It applies to Visual Basic 6.0. DirectShow is not supported for Visual Basic .NET or C#.
The ConnectedTo property retrieves the pin to which this pin is connected, if any.
Syntax
objPinInfo .ConnectedTo As IPinInfo
Parameters
This property takes no parameters.
Return Values
Returns an IPinInfo object.
Remarks
This property is read-only. If the pin is not connected, retrieving this property causes a run-time error.
Requirements
Reference: Add a reference to ActiveMovie control type library.
Library: Quartz.dll.
See Also