const TInt | KErrInvalidFunction |
Returned to caller to indicate that the requested message number is not supported by the current server
const TInt | KErrBadParameter |
Returned to caller if a message is passed in containing a non-descriptor parameter which doesn't meet the constraints specified in the schema
const TInt | KErrWrongParameterType |
Returned to caller in UREL mode when the server attempts to call a CMessageParameterBase function which is not defined for the given parameter type. E.g. calling GetIntL() on a Descriptor parameter.
const TInt | KErrBadMessageSchema |
Returned to caller in UREL mode when a message is found to be incorrectly defined in the message schema.
const TInt | KErrNotValidated |
Returned to caller to indicate that the requested parameter has not yet been validated
const TInt | KErrNotInitialised |
Returned to caller to indicate that the ClientMessage framework has not yet been initialised
typedef void(* | TCustomValidationFn |
This typedef is used to simplify the declaration of custom parameter validation functions
const TParameterDetails | KNoParams |
This TParameterDetails structure is used to represent a message with no parameters. This is required as the schema expects a const TParameterDetails*.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.