IRTCClientProvisioning::EnumerateProfiles (Windows CE 5.0)
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.
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 Values
This method can return an RTC_E_ constant.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.
See Also
IRTCClientProvisioning | IRTCClientProvisioning::Profiles | IRTCEnumProfiles | IRTCProfile
Send Feedback on this topic to the authors