Microsoft Windows CE 3.0  

CBaseFilter::ReconnectPin

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Requests pin for a reconnect.

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

Parameters

pPin
Pointer to the pin to reconnect.
pmt
AM_MEDIA_TYPEmedia type to reconnect with. This can be NULL.

Return Values

Returns an HRESULTvalue.

Remarks

This function calls the IFilterGraph2::ReconnectExmethod on the filter graph.