EPOC   SDK Home Glossary Indexes Previous   Up

SFindInTextDefWordParser struct


Contents


SFindInTextDefWordParser struct — Search string parser

Section Contents


Overview

Defined in

cntdb.h

Description

This struct should be 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.


Member data

const TDesC* iSearchString

The input string to be parsed.

CDesCArray* iWordArray

Array to which words parsed from the input string should be added.

EPOC       SDK Home Glossary Indexes Previous   Up