Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

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

Class TMsvIndexProgress

class TMsvIndexProgress;

Description

Provides details of index loading progress.

Members

Defined in TMsvIndexProgress:

See also:


Construction and destruction


TMsvIndexProgress()

IMPORT_C TMsvIndexProgress();

Description

Default constructor.

Data members are intialised to 0 or KMsvNullIndexEntryId as appropriate.

[Top]


Member data


iTotal

TInt iTotal;

Description

Total number of entries in the index.


iCompleted

TInt iCompleted;

Description

Number of entries created so far.


iRemaining

TInt iRemaining;

Description

Number of entries remaining.


iId

TMsvId iId;

Description

ID of entry last created.