Location:
babackup.h
Link against: bafl.lib
class MBackupOperationObserver;
Backup operation observer interface.
Programs should implement this interface to receive notifications when a backup or restore operation either starts or ends.
Defined in MBackupOperationObserver
:
EAbort
, EEnd
, ENone
, EStart
, HandleBackupOperationEventL()
, Reserved1()
, TOperationType
virtual void HandleBackupOperationEventL(const TBackupOperationAttributes &aBackupOperationAttributes)=0;
Called when a backup or restore operation either starts or ends.
|