Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: msvipc.h
Link against: msgs.lib

Class TMsvIndexLoadProgress

TMsvIndexLoadProgress

Support

Supported from 6.0

Description

Progress information for an operation controlling the Message Server loading its index.

Such an operation can occur when the Message Server changes drive.

Derivation

TMsvIndexLoadProgressProgress information for an operation controlling the Message Server loading its index
TMsvServerOperationProgressEncapsulates progress information returned by a non-MTM specific Message Server operation

Defined in TMsvIndexLoadProgress:
EIndexComplete, EIndexLoading, EIndexNotLoaded, EIndexRebuilding, TIndexState, TMsvIndexLoadProgress(), iError, iIndex, iState

Inherited from TMsvServerOperationProgress:
EMsvChangeDriveOperation, EMsvNoOperation, TMsvServerOperationType, iOperationType

See also:


TMsvIndexLoadProgress()

TMsvIndexLoadProgress();

Description

Default constructor.

iOperationType is set to EMsvChangeDriveOperation; iError is set to KErrNone; iState is set to EIndexNotLoaded.

[Top]


iError

TInt iError;

Description

Stores any errors that prevented the index being loaded.

[Top]


iState

TIndexState iState;

Description

Current state of the index loading process.

[Top]


iIndex

TMsvIndexProgress iIndex;

Description

Details of the index loading progress.

[Top]


Enum TIndexState

TIndexState

Description

States for the index loading process.

EIndexNotLoaded

Index loading has not begun.

EIndexLoading

Index loading is in progress.

EIndexRebuilding

Index is being built.

EIndexComplete

Index loading is complete.