Location:
msvipc.h
Link against: msgs.lib
TMsvServerOperationProgress
Supported from 6.0
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()
: 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
, EMsvNoOperation
, TMsvServerOperationProgress()
, TMsvServerOperationType
, iOperationType
TMsvServerOperationProgress();
Default constructor.
Sets iOperationType
to EMsvNoOperation
.
TMsvServerOperationType
Defines type of operation.
|