Location:
MSVAPI.H
Link against: msgs.lib
Link against: msgs_autoshutdown.lib
class McliUtils;
Description
Utility class to simplify getting progress information from a messaging operation object.
The functions get and unpack the progress information buffers from an operation object.
Members
Defined in McliUtils
:
GetFinalLocalProgress()
, GetLocalProgressL()
, GetProgressErrorL()
, GetProgressIdL()
static IMPORT_C TMsvLocalOperationProgress GetLocalProgressL(CMsvOperation &aOperation);
Description
Gets the local progress information from a messaging operation object.
Parameters
CMsvOperation &aOperation |
Operation from which to get progress information
|
|
Return value
Panic codes
MSGS |
256 aOperation is not a local operation
|
|
static IMPORT_C TMsvLocalOperationProgress GetFinalLocalProgress(CMsvOperation &aOperation);
Description
Gets the final local progress information from a messaging operation object.
Parameters
CMsvOperation &aOperation |
Operation from which to get progress information
|
|
Return value
Panic codes
MSGS |
256 aOperation is not a local operation
|
|
static IMPORT_C TInt GetProgressErrorL(CMsvOperation &aOperation);
Description
Gets the progress error from a messaging operation object.
Parameters
CMsvOperation &aOperation |
Operation from which to get progress information
|
|
Return value
TInt
|
error of the progress information
|
|
static IMPORT_C TMsvId GetProgressIdL(CMsvOperation &aOperation);
Description
Gets the progress id from a messaging operation object.
Parameters
CMsvOperation &aOperation |
Operation from which to get progress information
|
|
Return value
TMsvId
|
id of the progress information
|
|