|
||
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.
TMsvServerOperationProgress
- Encapsulates progress information returned by a non-MTM specific Message Server ...
TMsvIndexLoadProgress
- Progress information for an operation controlling the Message Server loading its...
Defined in TMsvIndexLoadProgress
:
EIndexComplete
Index loading is complete. EIndexLoading
Index loading is in progress. EIndexNotLoaded
Index loading has not begun. EIndexRebuilding
Index is being built. TIndexState
States for the index loading process. TMsvIndexLoadProgress()
Default constructor.iError
Stores any errors that prevented the index being loaded. iIndex
Details of the index loading progress. iState
Current state of the index loading process. Inherited from TMsvServerOperationProgress
:
EMsvChangeDriveOperation
Change drive operation in progress.EMsvCopyOperation
Copy Store operation in progress. EMsvDeleteOperation
Delete Store operation in progress. EMsvNoOperation
No operation in progress. TMsvServerOperationType
iOperationType
The type of operation in progress. CMsvOperation
Defines an interface for use by objects which control asynchronous commands in t...CMsvSession::ChangeDriveL(TInt,TRequestStatus &)
Moves the Message Server index to the specified drive.IMPORT_C TMsvIndexLoadProgress();
Default constructor.
iOperationType is set to EMsvChangeDriveOperation; iError is set to KErrNone; iState is set to EIndexNotLoaded.
TIndexState
States for the index loading process.
|
TMsvIndexProgress iIndex;
Details of the index loading progress.