IRTCProfile:IUnknown (Windows CE 5.0)

Send Feedback

This interface represents a Profile object, and retrieves information from the provisioning profile. This object is created by the IRTCClientProvisioning::CreateProfile method.

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
Key Gets the key that uniquely identifies this profile.
Name Gets the name of this profile.
XML Gets the XML string used to create this profile.
ProviderName Gets the name of the provider for this profile.
ProviderURI Gets the provider Universal Resource Identifier (URI) for the profile.
ProviderData Gets from the profile the XML string that contains the provider's private data tag.
ClientName Gets the name of the client for the specified profile.
ClientBanner Gets a flag that specifies if the client should display the banner for the profile.
ClientMinVer Gets the minimum version of the client for this profile.
ClientCurVer Gets the current version of the client for this profile.
ClientUpdateURI Gets the URI at which updates of the client are available for this profile.
ClientData Gets from the profile the XML string that contains the client's private data tag.
UserURI Gets the user URI associated with this profile.
UserName Gets the user name associated with the profile.
UserAccount Gets the user account associated with this profile.
SetCredentials Overrides the profile credentials.
SessionCapabilities Gets the types of sessions that the provider supports for this profile.
State Gets the current state of registration for the profile.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.

See Also

RTC Client API Interfaces | IRTCClientProvisioning::CreateProfile | IUnknown

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.