Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: 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:
TMsvIndexProgress(), iCompleted, iId, iRemaining, iTotal

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.