IRTCProfilePortManagement

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This interface defines one method to specify the interface used to allow network address translation (NAT) mappings like REGISTER, SUBSCRIPTION and others that use profiles.

The application must use this interface to provide a pointer to the interface that will supply the NAT mappings when required.

This is the same as that used for IRTCSessionPortManagement and you can use the same callback function in both cases, with the RTC Session and the RTC Profile.

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

IRTCProfilePortManagement::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 IUnknown::QueryInterface on the Profile object that obtains the NAT mappings.

Requirements

Header rtccore.h, rtccore.idl
Library uuid.lib
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

RTC Client API Interfaces