class TMsvCopyProgress : public TMsvServerOperationProgress |
Progress information for the copy operation.
Public Member Functions | |
---|---|
TMsvCopyProgress () |
Inherited Functions | |
---|---|
TMsvServerOperationProgress::TMsvServerOperationProgress() | |
TMsvServerOperationProgress::TMsvServerOperationProgress(TMsvServerOperationType) |
Public Member Enumerations | |
---|---|
enum |
TCopyState
{
ENotYetStarted = 0, ELock , EInitCopy , ECopyStore , EUnlock , ECompleted } |
Inherited Enumerations | |
---|---|
TMsvServerOperationProgress:TMsvServerOperationType |
Public Attributes | |
---|---|
TInt | iCurrent |
TInt | iError |
TCopyState | iState |
TInt | iTotal |
Inherited Attributes | |
---|---|
TMsvServerOperationProgress::iOperationType |
IMPORT_C | TMsvCopyProgress | ( | ) |
Default constructor. iOperationType is set to EMsvCopyOperation; iError is set to KErrNone; iState is set to ENotYetStarted.
States for the copy operation.
ENotYetStarted = 0 |
Operation not yet started |
ELock |
Mail Store is being locked |
EInitCopy |
Initialising Copy operation |
ECopyStore |
Mail Store is being copied |
EUnlock |
Mail Store is being unlocked. |
ECompleted |
Operation completed |
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.