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 TMsvDeleteProgress

class TMsvDeleteProgress : public TMsvServerOperationProgress;

Description

Progress information for the delete operation.

Derivation

Members

Defined in TMsvDeleteProgress:

Inherited from TMsvServerOperationProgress:

See also:


Construction and destruction


TMsvDeleteProgress()

IMPORT_C TMsvDeleteProgress();

Description

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

[Top]


Member enumerations


Enum TDeleteState

TDeleteState

Description

States for the delete operation.

ENotYetStarted

Operation not yet started

EDeleteStore

Mail Store is being deleted

ECompleted

Operation is complete

[Top]


Member data


iError

TInt iError;

Description

Stores any errors that the operation encountered.


iState

TDeleteState iState;

Description