Share via


IFilterGraph2::ReconnectEx (Windows CE 5.0)

Send Feedback

This method specifies a pin and a media type to reconnect with.

HRESULT ReconnectEx(IPin* ppin,const AM_MEDIA_TYPE* pmt);

Parameters

  • ppin
    [in] Pin to disconnect and reconnect.
  • pmt
    [in] Media type to reconnect with. Specify NULL to use the existing media type.

Return Values

Returns an HRESULT value that depends on the implementation of the interface.

Remarks

Like the IFilterGraph::Reconnect method, the ReconnectEx method schedules a reconnection of the pin with the pin it is currently connected to. By specifying a media type when this method is called, the pins do not have to check what type they were originally connected with or enumerate possible new types. This makes the reconnection more likely to succeed.

Requirements

DirectShow applications and DirectShow filters have different include file and link library requirements. See Setting Up the Build Environment for more information.

Pocket: Windows Mobile 5.0 and later
Smartphones: Windows Mobile 5.0 and later
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.

See Also

IFilterGraph2 Interface | IFilterGraph::Reconnect

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.