MProEngProfileNameArray Class Reference
#include
<mw/MProEngProfileNameArray.h>
Link against: ProfileEngine.lib
class MProEngProfileNameArray |
Detailed Description
Profile name array interface.
Member Function Documentation
FindById ( TInt )
TInt
| FindById | ( | TInt | aId | ) | const [pure virtual] |
Find profile index by ID of the profile.
- Since
- 3.1
Parameter | Description | aId | ID of the profile. |
Returns: Return index of the profile. KErrNotFound if profile isn't found.
FindByName ( const TDesC & )
TInt
| FindByName | ( | const TDesC & | aProfileName | ) | const [pure virtual] |
Find profile index by name of the profile.
- Since
- 3.1
Parameter | Description | aProfileName | name of the profile. |
Returns: Return index of the profile. KErrNotFound if profile isn't found.
ProfileId ( TInt )
TInt
| ProfileId | ( | TInt | aIndex | ) | const [pure virtual] |
Return the ID of the profile in the given array index.
- Since
- 3.1
Parameter | Description | aIndex | index of the profile. |
Returns: Return the ID of the profile in the given array index. KErrNotFound if the index is out of bounds.