IRTCClientProvisioning

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This interface contains all methods and properties related to client provisioning.

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

IRTCClientProvisioning::CreateProfile

Creates a Profile object from an XML string that conforms to the provisioning schema.

IRTCClientProvisioning::EnableProfile

Enables a profile for use in server registration and automatic profile selection.

IRTCClientProvisioning::DisableProfile

Disables a profile that was previously enabled with IRTCClientProvisioning::EnableProfile.

IRTCClientProvisioning::EnumerateProfiles

Retrieves an enumeration of enabled profiles on the client.

IRTCClientProvisioning::Profiles

Gets a collection of the profiles enabled on the client.

IRTCClientProvisioning::GetProfile

Creates a Profile object from the information supplied.

IRTCClientProvisioning::SessionCapabilities

Gets the types of sessions that the client supports, taking into account all the profiles that are enabled on the client.

Obtaining a Pointer

The IRTCClientProvisioning interface is created by calling IUnknown::QueryInterface on the IRTCClient object. For more information on creating this interface, see the Create and Enable a Profile code example.

Requirements

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

See Also

Reference

RTC Client API Interfaces