API published in: S60 2nd Ed FP 3
Link against: aknskins.lib aknskinsrv.lib aknswallpaperutils.lib
Required Capabilities
None
#include <aknsrlparameter.h>
Public Member Functions |
|
| virtual | ~MAknsRlParameterIterator () |
| Destructor for internal use. |
|
| virtual TBool | HasNext ()=0 |
| Checks whether there are more parameters available. |
|
| virtual const TAknsRlParameterData * | NextL ()=0 |
| Gets the next parameter. |
|
|
|
Destructor for internal use. Destructor is reserved for internal use. Client code usually does not destroy iterators. |
|
|
Checks whether there are more parameters available.
|
|
|
Gets the next parameter.
|