class TMsvIndexLoadProgress : public TMsvServerOperationProgress |
Progress information for an operation controlling the Message Server loading its index.
Such an operation can occur when the Message Server changes drive.
Public Member Functions | |
---|---|
TMsvIndexLoadProgress() |
Inherited Functions | |
---|---|
TMsvServerOperationProgress::TMsvServerOperationProgress() | |
TMsvServerOperationProgress::TMsvServerOperationProgress(TMsvServerOperationType) |
Public Member Enumerations | |
---|---|
enum | TIndexState { EIndexNotLoaded = 0, EIndexLoading, EIndexRebuilding, EIndexComplete } |
Inherited Enumerations | |
---|---|
TMsvServerOperationProgress:TMsvServerOperationType |
Public Attributes | |
---|---|
TInt | iError |
TMsvIndexProgress | iIndex |
TIndexState | iState |
Inherited Attributes | |
---|---|
TMsvServerOperationProgress::iOperationType |
IMPORT_C | TMsvIndexLoadProgress | ( | ) |
Default constructor.
iOperationType is set to EMsvChangeDriveOperation; iError is set to KErrNone; iState is set to EIndexNotLoaded.
States for the index loading process.
EIndexNotLoaded = 0 |
Index loading has not begun. |
EIndexLoading |
Index loading is in progress. |
EIndexRebuilding |
Index is being built. |
EIndexComplete |
Index loading is complete. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.