IFilterInfo.FindPin
Microsoft DirectShow 9.0 |
IFilterInfo.FindPin
- Note This topic is deprecated. It applies to Visual Basic 6.0. DirectShow is not supported for Visual Basic .NET or C#.
The FindPin method retrieves a pin with the specified identifier.
Syntax
objFilterInfo .FindPin( strPinId As String, ByRef objPinInfo As IPinInfo)
Parameters
strPinId
String that contains the pin identifier.
objPinInfo
Variable that receives a IPinInfo object.
Return Values
This method does not return a value.
Remarks
Pin identifiers are used for graph persistence. For more information, see IBaseFilter::FindPin.
Requirements
Reference: Add a reference to ActiveMovie control type library.
Library: Quartz.dll.
See Also