|
||
class TMsvServerOperationProgress;
Encapsulates progress information returned by a non-MTM specific Message Server operation.
You can check if an operation has this type of progress information by calling CMsvOperation::Mtm()const
: a suitable operation returns a value of KUidMsvServerMtm.
Progress information is obtained, in a packaged format, by calling CMsvOperation::ProgressL()
. Understanding the TMsvServerOperationProgress class enables an application to use that information for a Message Server
operation.
Defined in TMsvServerOperationProgress
:
EMsvChangeDriveOperation
Change drive operation in progress.EMsvCopyOperation
Copy Store operation in progress. EMsvDeleteOperation
Delete Store operation in progress. EMsvNoOperation
No operation in progress. TMsvServerOperationProgress()
Default constructor.TMsvServerOperationType
iOperationType
The type of operation in progress. TMsvLocalOperationProgress
Encapsulates progress information returned by a local operation. A local operati...CMsvSession::CopyStoreL(const TDriveUnit &,TRequestStatus &)
Copies the Message Store to the specified drive.CMsvSession::DeleteStoreL(const TDriveUnit &,TRequestStatus &)
Deletes the Message Store to the specified drive.IMPORT_C TMsvServerOperationProgress();
Default constructor.
Sets iOperationType to EMsvNoOperation.
TMsvServerOperationType
|
TMsvServerOperationType iOperationType;
The type of operation in progress.