aiwgenericparam.h File Reference

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.

Typedef Documentation

typedef TInt TGenericParamId
 

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.

See also:
TAiwGenericParam

TGenericParamIdValue


Function Documentation

TBool operator!= const TAiwGenericParam aLhs,
const TAiwGenericParam aRhs
[inline]
 

Returns ETrue if two generic params are not equal.

Parameters:
aLhs Left hand side.
aRhs Right hand side.
Returns:
ETrue if not equal, EFalse otherwise.
IMPORT_C TBool operator== const TAiwGenericParam aLhs,
const TAiwGenericParam aRhs
 

Returns ETrue if two generic params are equal.

Parameters:
aLhs Left hand side.
aRhs Right hand side.
Returns:
ETrue if equal, EFalse otherwise.

Copyright © Nokia Corporation 2001-2008
Back to top