API published in: S60 3rd Ed FP 1
Link against: profileengine.lib
Required Capabilities
WriteDeviceData
Exceptions
No capabilities needed for reading profiles.
#include <mproengprofilenamearray.h>
How to use: Get profile names array with MProEngEngine::ProfileNameArrayLC().
MProEngProfileNameArray* nameArray = iProfileEngine->ProfileNameArrayLC();
Public Member Functions |
|
virtual TInt | ProfileId (TInt aIndex) const =0 |
Return the ID of the profile in the given array index. |
|
virtual TInt | FindById (TInt aId) const =0 |
Find profile index by ID of the profile. |
|
virtual TInt | FindByName (const TDesC &aProfileName) const =0 |
Find profile index by name of the profile. |
|
Find profile index by ID of the profile.
|
|
Find profile index by name of the profile.
|
|
Return the ID of the profile in the given array index.
|