Share via


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.

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 Value

This method does not return a value.

Remarks

Pin identifiers are used for graph persistence. For more information, see IBaseFilter::FindPin.

Requirements

Type Library

ActiveMovie control type library

DLL

Quartz.dll

See Also

IFilterInfo Object

 

 

Send comments about this topic to Microsoft

Build date: 8/31/2010