MProfilesNamesArray Class Reference

class MProfilesNamesArray

Profile names array interface.

How to use: Get profile names array with MProfileEngine::ProfilesNamesArrayLC() . MProfilesNamesArray* nameArray = iProfileEngine->ProfilesNamesArrayLC();

N/A
Since
2.0

Member Functions Documentation

FindById(TInt)

TInt FindById ( TInt aId ) const [pure virtual]
Find profile index by ID of the profile.
Since
2.0

Parameters

TInt aId ID of the profile.

FindByName(const TDesC &)

TInt FindByName ( const TDesC & aProfileName ) const [pure virtual]
Find profile index by name of the profile.
Since
2.0

Parameters

const TDesC & aProfileName name of the profile.

ProfileName(TInt)

const MProfileName * ProfileName ( TInt aIndex ) const [pure virtual]
Return pointer of the profile name interface.
Since
2.0

Parameters

TInt aIndex index of the profile.