IRTCClientProvisioning::Profiles (Windows Embedded CE 6.0)
1/6/2010
This method gets a collection of profiles enabled on the client.
If no profiles are enabled on this client, an empty collection is retrieved.
C and C++ applications should use IRTCClientProvisioning::EnumerateProfiles.
Syntax
HRESULT get_Profiles(
IRTCCollection** ppCollection
);
Parameters
ppCollection
[out] Pointer to the IRTCCollection interface on a collection object containing an IRTCProfile pointer for each profile enabled on the client.This method adds a reference to the collection 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
IRTCCollection
IRTCClientProvisioning::EnumerateProfiles
IRTCProfile