CBaseFilter::ReconnectPin

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

Requests pin for a reconnect.

Syntax

HRESULT ReconnectPin(
  IPin* pPin,
  AM_MEDIA_TYPE const* pmt
);

Parameters

  • pPin
    Pointer to the pin to reconnect.
  • pmt
    AM_MEDIA_TYPE media type to reconnect with.

    This can be NULL.

Return Value

Returns an HRESULT value.

Remarks

This function calls the IFilterGraph2::ReconnectEx method on the filter graph.

Requirements

Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Windows Mobile Version 5.0 and later
Note Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements
For more information, see Setting Up the Build Environment