Share via


CBaseFilter::ReconnectPin (Windows Embedded CE 6.0)

1/6/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
Note Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements
For more information, see Setting Up the Build Environment

See Also

Reference

CBaseFilter Class