Share via


IRTCClientProvisioning::EnumerateProfiles

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method retrieves an enumeration of the profiles that are enabled on the client.

If no profiles are enabled on the client, an empty enumeration is retrieved.

This method is for C and C++ applications.

Syntax

HRESULT EnumerateProfiles(
  IRTCEnumProfiles** ppEnum
);

Parameters

  • ppEnum
    [out] Pointer to the IRTCEnumProfiles interface on an enumeration object that contains an IRTCProfile pointer for each profile enabled on this client.

    This method adds a reference to the enumeration object, which the caller is responsible for releasing.

Return Value

This method can return an RTC_E_ constant.

Requirements

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

See Also

Reference

IRTCClientProvisioning
IRTCClientProvisioning::Profiles
IRTCEnumProfiles
IRTCProfile