Location:
MSVIPC.H
Link against: msgs.lib
Link against: msgs_autoshutdown.lib
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 operation
TMsvIndexLoadProgress
- Progress information for an operation controlling the Message Server loading its index
Defined in TMsvIndexLoadProgress
:
EIndexComplete
, EIndexLoading
, EIndexNotLoaded
, EIndexRebuilding
, TIndexState
, TMsvIndexLoadProgress()
, iError
, iIndex
, iState
Inherited from TMsvServerOperationProgress
:
EMsvChangeDriveOperation
,
EMsvCopyOperation
,
EMsvDeleteOperation
,
EMsvNoOperation
,
TMsvServerOperationType
,
iOperationType
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.