Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <MSVAPI.H>
Link against: msgs.lib
Link against: msgs_autoshutdown.lib

Class McliUtils

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:


Member functions


GetLocalProgressL(CMsvOperation &)

IMPORT_C static 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

TMsvLocalOperationProgress

Local progress information for aOperation

Panic codes

MSGS

256 aOperation is not a local operation


GetFinalLocalProgress(CMsvOperation &)

IMPORT_C static 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

TMsvLocalOperationProgress

Local progress information for aOperation

Panic codes

MSGS

256 aOperation is not a local operation


GetProgressErrorL(CMsvOperation &)

IMPORT_C static 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


GetProgressIdL(CMsvOperation &)

IMPORT_C static 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