
|   |  | |
Location: 
            CNTDB.H
            
         
struct 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
            
         
inline SFindInTextDefWordParser(const TDesC *aSearchString, CDesCArray *aWordArray);
Initialises the search string and the word array.
| 
 | 
CDesCArray * iWordArray;
Pointer to the array to which words parsed from the input string should be added.