TAknsRlParameterData Struct Reference
#include
<mw/AknsRlParameter.h>
struct TAknsRlParameterData |
Detailed Description
Parameter data structure.
Member Attribute Documentation
@188
union TAknsRlParameterData::@187 | @188 |
iGfx
Value of a graphics parameter. No ownership is vested in this structure. This field is only valid in graphics parameters, and guaranteed to be non-null for them.
iName
Name (key) of the parameter. No ownership is vested in this structure. Guaranteed to be non-null.
iNumber
Value of a number parameter. This field is only valid in number parameters.
iString
Value of a string parameter. No ownership is vested in this structure. This field is only valid in string parameters, and guaranteed to be non-null for them.