#include <mw/msvapi.h>
class McliUtils |
Public Member Functions | |
---|---|
IMPORT_C TMsvLocalOperationProgress | GetFinalLocalProgress(CMsvOperation &) |
IMPORT_C TMsvLocalOperationProgress | GetLocalProgressL(CMsvOperation &) |
IMPORT_C TInt | GetProgressErrorL(CMsvOperation &) |
IMPORT_C TMsvId | GetProgressIdL(CMsvOperation &) |
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.
IMPORT_C TMsvLocalOperationProgress | GetFinalLocalProgress | ( | CMsvOperation & | aOperation | ) | [static] |
Gets the final local progress information from a messaging operation object.
Parameters | |
---|---|
aOperation | Operation from which to get progress information |
Panic Codes | |
---|---|
MSGS | 256 aOperation is not a local operation |
IMPORT_C TMsvLocalOperationProgress | GetLocalProgressL | ( | CMsvOperation & | aOperation | ) | [static] |
Gets the local progress information from a messaging operation object.
Parameters | |
---|---|
aOperation | Operation from which to get progress information |
Panic Codes | |
---|---|
MSGS | 256 aOperation is not a local operation |
IMPORT_C TInt | GetProgressErrorL | ( | CMsvOperation & | aOperation | ) | [static] |
Gets the progress error from a messaging operation object.
Parameters | |
---|---|
aOperation | Operation from which to get progress information |
IMPORT_C TMsvId | GetProgressIdL | ( | CMsvOperation & | aOperation | ) | [static] |
Gets the progress id from a messaging operation object.
Parameters | |
---|---|
aOperation | Operation from which to get progress information |