Location:
cntdb.h
Link against:
SFindInTextDefWordParser
Search string parser struct. An object of this type is used in the
callback parser function passed to
CContactDatabase::FindInTextDefLC(). The parser function must walk
through and parse iSearchString, adding any words found to
iWordArray.
Defined in SFindInTextDefWordParser:
SFindInTextDefWordParser(), iSearchString, iWordArray
SFindInTextDefWordParser(const TDesC *aSearchString, CDesCArray *aWordArray)
Supported from 5.0
Initialises the search string and the word array to the values specified.
|
CDesCArray* iWordArray
Pointer to the array to which words parsed from the input string should be added.