Location:
msvipc.h
Link against: msgs.lib
TMsvIndexLoadProgress
Supported from 6.0
Progress information for an operation controlling the Message Server loading its index.
Such an operation can occur when the Message Server changes drive.
|
Defined in TMsvIndexLoadProgress
:
EIndexComplete
, EIndexLoading
, EIndexNotLoaded
, EIndexRebuilding
, TIndexState
, TMsvIndexLoadProgress()
, iError
, iIndex
, iState
Inherited from TMsvServerOperationProgress
:
EMsvChangeDriveOperation
,
EMsvNoOperation
,
TMsvServerOperationType
,
iOperationType
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.
|