Location:
MSVIPC.H
Link against: msgs.lib
Link against: msgs_autoshutdown.lib
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()
: 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
, EMsvCopyOperation
, EMsvDeleteOperation
, EMsvNoOperation
, TMsvServerOperationProgress()
, TMsvServerOperationType
, iOperationType
IMPORT_C TMsvServerOperationProgress();
Default constructor.
Sets iOperationType to EMsvNoOperation.
TMsvServerOperationType
|
TMsvServerOperationType iOperationType;
The type of operation in progress.