API published in: S60 3rd Ed FP 2
Link against: servicehandler.lib 
         #include <e32base.h>
         #include "aiwgenericparam.hrh"
         #include "aiwvariant.h"
         #include "aiwgenericparam.inl"
         
         
      
Go to the source code of this file.
Data Structures | 
         |
| class | TAiwGenericParam | 
| Generic parameter class for passing data between applications.  More... | 
         |
| class | CAiwGenericParamList | 
| Generic parameter list.  More... | 
         |
Typedefs | 
         |
| typedef TInt | TGenericParamId | 
| AIW generic parameter id.   | 
         |
Functions | 
         |
| IMPORT_C TBool | operator== (const TAiwGenericParam &aLhs, const TAiwGenericParam &aRhs) | 
| Returns ETrue if two generic params are equal.   | 
         |
| TBool | operator!= (const TAiwGenericParam &aLhs, const TAiwGenericParam &aRhs) | 
| Returns ETrue if two generic params are not equal.   | 
         |
               
               
  | 
         
| 
               
               
                AIW generic parameter id. This data type should always be used when dealing with AIW generic parameters. UIDs can be used as AIW generic parameter IDs. However, values from 0 to 131071 are reserved. 
  | 
         
               
               
  | 
         ||||||||||||
| 
               
               
                Returns ETrue if two generic params are not equal. 
 
  | 
         
               
               
  | 
         ||||||||||||
| 
               
               
                Returns ETrue if two generic params are equal. 
 
  |