Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

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

Class TMsvCopyProgress

class TMsvCopyProgress : public TMsvServerOperationProgress;

Description

Progress information for the copy operation.

Derivation

Members

Defined in TMsvCopyProgress:

Inherited from TMsvServerOperationProgress:

See also:


Construction and destruction


TMsvCopyProgress()

IMPORT_C TMsvCopyProgress();

Description

Default constructor. iOperationType is set to EMsvCopyOperation; iError is set to KErrNone; iState is set to ENotYetStarted.

[Top]


Member enumerations


Enum TCopyState

TCopyState

Description

States for the copy operation.

ENotYetStarted

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

[Top]


Member data


iError

TInt iError;

Description

Stores any errors that the operation encountered.


iTotal

TInt iTotal;

Description


iCurrent

TInt iCurrent;

Description


iState

TCopyState iState;

Description