TMsvIndexProgress Class Reference

class TMsvIndexProgress

Provides details of index loading progress.

TMsvIndexLoadProgress

Public Member Functions
TMsvIndexProgress()
Public Attributes
TInt iCompleted
TMsvId iId
TInt iRemaining
TInt iTotal

Constructor & Destructor Documentation

TMsvIndexProgress()

IMPORT_CTMsvIndexProgress()

Default constructor.

Data members are intialised to 0 or KMsvNullIndexEntryId as appropriate.

Member Data Documentation

TInt iCompleted

TInt iCompleted

Number of entries created so far.

TMsvId iId

TMsvId iId

ID of entry last created.

TInt iRemaining

TInt iRemaining

Number of entries remaining.

TInt iTotal

TInt iTotal

Total number of entries in the index.