Location:
MSVIPC.H
Link against: msgs.lib
Link against: msgs_autoshutdown.lib
class TMsvCopyProgress : public TMsvServerOperationProgress;
Progress information for the copy operation.
TMsvServerOperationProgress
- Encapsulates progress information returned by a non-MTM specific Message Server operation
TMsvCopyProgress
- Progress information for the copy operation
Defined in TMsvCopyProgress
:
ECompleted
, ECopyStore
, EInitCopy
, ELock
, ENotYetStarted
, EUnlock
, TCopyState
, TMsvCopyProgress()
, iCurrent
, iError
, iState
, iTotal
Inherited from TMsvServerOperationProgress
:
EMsvChangeDriveOperation
,
EMsvCopyOperation
,
EMsvDeleteOperation
,
EMsvNoOperation
,
TMsvServerOperationType
,
iOperationType
IMPORT_C TMsvCopyProgress();
Default constructor. iOperationType is set to EMsvCopyOperation; iError is set to KErrNone; iState is set to ENotYetStarted.
TCopyState
States for the copy operation.
|
TCopyState iState;