次の方法で共有


IFilterGraph2::ReconnectEx (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

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 Value

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

Windows Embedded CE Windows CE 2.12 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, Version 2.12 requires DXPAK 1.0 or later

See Also

Reference

IFilterGraph2 Interface
IFilterGraph::Reconnect