IRTCPortManager2

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

The IRTCPortManager2 interface derives from the IRTCPortManager interface. This interface can be obtained by calling IUnknown::QueryInterface on the IRTCPortManager interface.

Methods

The IRTCPortManager2 interface inherits the methods of the standard COM interface IUnknown.

In addition, IRTCPortManager2 defines the following method, including those inherited from IRTCPortManager.

Method Description

IRTCPortManager2::UpdateRemoteAddressEx

Informs the application that the remote address has been updated for a given address and port pair. The UpdateRemoteAddressEx method specifies the remote port in addition to the parameters specified by IRTCPortManager::UpdateRemoteAddress.

Requirements

Header rtccore.h, rtccore.idl
Library rtcdll.dll
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

IRTCPortManager