RTC Profile Object (Windows Embedded CE 6.0)

1/6/2010

The Profile object retrieves information from the provisioning profile. There are two varieties of the Profile object: Profile and Profile2.

Profile Object

The Profile object was introduced in RTC 1.0 and is accessed using the IRTCProfile interface.

This interface enables users to retrieve parameters stored in a profile.

To create a Profile object, use IRTCClientProvisioning::CreateProfile.

For code examples that show how to create a Profile object, see Create and Enable a Profile. For a code example that shows how to disable a Profile object, see Deregister and Disable a Profile.

Profile2 Object

The Profile2 object is part of RTC 1.2 and is accessed using the IRTCProfile2 interface.

This interface provides additional methods to set the following:

  • A profile's authentication methods
  • A realm

To create a Profile2 object, call IUnknown::QueryInterface on an IRTCProfile reference.

For more information about roaming profiles using the Profile2 object, see the Roaming information at this Microsoft Web site.

See Also

Concepts

RTC Client API Objects and Interfaces
RTC Client API Code Examples
RTC Client API Provisioning