IRTCClientProvisioning::EnumerateProfiles (Windows Embedded CE 6.0)
1/6/2010
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