Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <MSVFIND.H>
Link against: msgs.lib
Link against: msgs_autoshutdown.lib

Class TMsvFindOperationProgress

class TMsvFindOperationProgress;

Description

Encapsulates progress information for a text search operation. The class has public data members.

Members

Defined in TMsvFindOperationProgress:


Construction and destruction


TMsvFindOperationProgress()

IMPORT_C TMsvFindOperationProgress();

Description

Default constructor.

The data members are set to 0 or NULL values.

[Top]


Member data


iError

TInt iError;

Description

KErrNone if the search operation completed successfully otherwise one of the system-wide error codes.

This has no meaning while the search operation is in progress.


iCompleted

TInt iCompleted;

Description

The number of messages already searched.


iRemaining

TInt iRemaining;

Description

The number of messages remaining to be searched.

If the search operation is for text within a specified root, folder or service, then this value is zero until the total number of messages has been determined.


iCurrentId

TMsvId iCurrentId;

Description

The entry Id identifying the message currently being searched