Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: msvipc.h
Link against: msgs.lib

Class TMsvIndexProgress

TMsvIndexProgress

Support

Supported from 6.0

Description

Provides details of index loading progress.

Defined in TMsvIndexProgress:
TMsvIndexProgress(), iCompleted, iId, iRemaining, iTotal

See also:


TMsvIndexProgress()

TMsvIndexProgress();

Description

Default constructor.

Data members are intialised to 0 or KMsvNullIndexEntryId as appropriate.

[Top]


iTotal

TInt iTotal;

Description

Total number of entries in the index.

[Top]


iCompleted

TInt iCompleted;

Description

Number of entries created so far.

[Top]


iRemaining

TInt iRemaining;

Description

Number of entries remaining.

[Top]


iId

TMsvId iId;

Description

ID of entry last created.