IRTCSessionPortManagement:IUnknown (Windows CE 5.0)

Send Feedback

This interface defines one method to specify the interface used to allow network address translation (NAT) mappings. The RTC Client API supports the UPnP-enabled NATs by default.

When a NAT is in place and does not support UPnP functionality, the application must use this interface to provide a pointer to the interface that will supply the NAT mappings when required.

Methods

The following table shows the methods for this interface in vtable order. This is the order in which the compiler calls the methods. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.

Method Description
SetPortManager Allows an application to specify a callback interface that allows the RTC Client API to obtain NAT mappings when required.

Obtaining a Pointer

This interface can be obtained by calling QueryInterface on the Session object that obtains the NAT mappings.

Currently, the RTC Client API supports using this interface only on sessions of type PC-to-phone.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.

See Also

RTC Client API Interfaces | IUnknown | QueryInterface

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.