IRTCClientProvisioning2 (Windows Embedded CE 6.0)
1/6/2010
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 |
---|---|
Creates a Profile object from an XML string that conforms to the provisioning schema. |
|
Enables a profile for use in server registration and automatic profile selection. |
|
Disables a profile that was previously enabled with IRTCClientProvisioning::EnableProfile. |
|
Retrieves an enumeration of enabled profiles on the client. |
|
Gets a collection of the profiles enabled on the client. |
|
Creates a Profile object from the information supplied. |
|
Gets the types of sessions that the client supports, taking into account all the profiles that are enabled on the client. |
The following table shows the IRTCClientProvisioning2 method.
Method | Description |
---|---|
Enables a profile for use in server registration, roaming, and automatic profile selection. |
Obtaining a Pointer
The IRTCClientProvisioning2 interface is created by calling IUnknown::QueryInterface on the IRTCClient object.
Requirements
Header | rtccore.h, rtccore.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.2 and later |