Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: MSVFIND.H
Link against: msgs.lib
Link against: msgs_autoshutdown.lib

Class TMsvFindResult

class TMsvFindResult;

Description

A single result from a text search operation. The class encapsulates information which:

1. identifies the message in which the search text is found

2. identifies the parts of the message that contain the search text.

Members

Defined in TMsvFindResult:
TMsvFindResult(), TMsvFindResult(), iId, iPartList


Construction and destruction


TMsvFindResult()

IMPORT_C TMsvFindResult();

Description

Default constructor.


TMsvFindResult()

IMPORT_C TMsvFindResult(TMsvPartList aPartList, TMsvId aId);

Description

Constructor specifying the results of a search.

Parameters

TMsvPartList aPartList

The parts of the message that contain the search text

TMsvId aId

The entry Id of the message that contains the search text

[Top]


Member data


iPartList

TMsvPartList iPartList;

Description

The parts of the message that contain the search text.


iId

TMsvId iId;

Description

The entry Id of the message that contains the search text.