TVPbkWordParserCallbackParam Struct Reference
struct TVPbkWordParserCallbackParam |
A parameter class for a find operation.
The parameter is used in TCallBack parameter to the client when it uses the find operation of the contact manager. The find operations will then leave the parsing of words to clients responsibility. The Virtual Phonebook store implementation will set the iStringToParse and client then fills the iWordArray.
CVPbkContactManager::FindL
Constructor & Destructor Documentation
TVPbkWordParserCallbackParam(const TDesC *, CDesCArray *)
TVPbkWordParserCallbackParam | ( | const TDesC * | aStringToParse, |
| CDesCArray * | aWordArray |
| ) | [inline] |
Parameters
const TDesC * aStringToParse | a string that must be parsed to iWordArray |
CDesCArray * aWordArray | an array for parsed words |
Member Data Documentation
const TDesC * iStringToParse
const TDesC * | iStringToParse |
Not Own: a string that client must parse.
CDesCArray * iWordArray
Not Own: an array for parsed words.
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.