#include <mmf/server/mmfdevsoundcustominterfacesupportclasses.h>
class MMMFDevSoundCancelInitialize |
Public Member Functions | |
---|---|
pure virtual TInt | CancelInitialize() |
Custom Interface class providing support for canceling initialization.
TInt | CancelInitialize | ( | ) | [pure virtual] |
Cancels the initialization process of a CMMFDevSound object
Returns: An error code indicating if the function call was successful. KErrNone on success, KerrNotReady if this is called before InitializeL() call or after the object has been initialized,