Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: msvipc.h
Link against: msgs.lib

Class TMsvServerOperationProgress

TMsvServerOperationProgress

Support

Supported from 6.0

Description

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

See also:


TMsvServerOperationProgress()

TMsvServerOperationProgress();

Description

Default constructor.

Sets iOperationType to EMsvNoOperation.

[Top]


iOperationType

TMsvServerOperationType iOperationType;

Description

The type of operation in progress.

[Top]


Enum TMsvServerOperationType

TMsvServerOperationType

Description

Defines type of operation.

EMsvNoOperation

No operation in progress.

EMsvChangeDriveOperation

Change drive operation in progress.