Microsoft DirectX 9.0

IFilterInfo.FindPin

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.

See Also