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.
TMsvLocalOperationProgress CMsvSession::CopyStoreL() CMsvSession::DeleteStoreL()
Public Member Functions | |
---|---|
TMsvServerOperationProgress () | |
TMsvServerOperationProgress ( TMsvServerOperationType ) |
Public Member Enumerations | |
---|---|
enum | TMsvServerOperationType { EMsvNoOperation = 0, EMsvChangeDriveOperation , EMsvCopyOperation , EMsvDeleteOperation } |
Public Attributes | |
---|---|
TMsvServerOperationType | iOperationType |
TMsvServerOperationProgress | ( | TMsvServerOperationType | aType | ) |
TMsvServerOperationType aType |
EMsvNoOperation = 0 |
No operation in progress. |
EMsvChangeDriveOperation |
Change drive operation in progress. |
EMsvCopyOperation |
Copy Store operation in progress. CMsvSession::CopyStoreL() |
EMsvDeleteOperation |
Delete Store operation in progress. CMsvSession::DeleteStoreL() |
TMsvServerOperationType | iOperationType |
The type of operation in progress.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.