CFindItemEngine::SFoundItem Struct Reference

API published in: S60 3rd Ed


#include <finditemengine.h>

Detailed Description

Struct to contain an item.

Data Fields

TInt  iStartPos
  Start position of the found item.
TInt  iLength
  Length of the found item (characters).
TFindItemSearchCase  iItemType
  Search case of the found item.

Field Documentation

TFindItemSearchCase CFindItemEngine::SFoundItem::iItemType
 

Search case of the found item.

TInt CFindItemEngine::SFoundItem::iLength
 

Length of the found item (characters).

TInt CFindItemEngine::SFoundItem::iStartPos
 

Start position of the found item.


The documentation for this struct was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top