IRTCClientProvisioning2:IRTCClientProvisioning (Windows CE 5.0)

Send Feedback

This interface provides a method for enabling an RTC 1.2 XML server profile. It extends the functionality of the IRTCClientProvisioning interface.

Methods

The following table shows the methods for this interface in vtable order.

This is the order in which the compiler calls the methods.

This interface inherits the methods for the IUnknown and IRTCClientProvisioning interfaces.

The following table shows the IRTCClientProvisioning methods.

Method Description
CreateProfile Creates a Profile object from an XML string that conforms to the provisioning schema.
EnableProfile Enables a profile for use in server registration and automatic profile selection.
DisableProfile Disables a profile that was previously enabled with IRTCClientProvisioning::EnableProfile.
EnumerateProfiles Retrieves an enumeration of enabled profiles on the client.
Profiles Gets a collection of the profiles enabled on the client.
GetProfile Creates a Profile object from the information supplied.
SessionCapabilities Gets the types of sessions that the client supports, taking into account all profiles enabled on the client.

The following table shows the IRTCClientProvisioning2 method.

Method Description
EnableProfileEx Enables a profile for use in server registration, roaming, and automatic profile selection.

Obtaining a Pointer

The IRTCClientProvisioning2 interface is created by calling QueryInterface on the IRTCClient object.

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 | IRTCClientProvisioning | IUnknown | QueryInterface

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.