#include <systemmonitorerrors.h>
Link against:
systemmonitor.lib
This item is not part of the S60 5th Edition SDK
Class CSystemMonitorError
class CSystemMonitorError : public CBase;
Description
CSystemMonitorError: Manages a stack system of CSystemMonitorError error messages.
Derivation
CBase
-
Base class for all classes to be instantiated on the heap.
CSystemMonitorError
- CSystemMonitorError: Manages a stack system of CSystemMonitorError error message...
Members
Defined in CSystemMonitorError
:
Inherited from CBase
:
Construction and destruction
Interface status: |
test |
Inherited from: CSystemMonitorError |
IMPORT_C CSystemMonitorError();
Description
Interface status: |
test |
Inherited from: CSystemMonitorError |
IMPORT_C ~CSystemMonitorError();
Description
operator=(const CSystemMonitorError &)
Interface status: |
test |
Inherited from: CSystemMonitorError |
IMPORT_C CSystemMonitorError& operator=(const CSystemMonitorError &aErrorObj);
Description
Parameters
Return value
Interface status: |
test |
Inherited from: CSystemMonitorError |
IMPORT_C TBool Push(SM_ErrorID aError);
Description
Parameters
Return value
Interface status: |
test |
Inherited from: CSystemMonitorError |
IMPORT_C TBool Error();
Description
Return value
Interface status: |
test |
Inherited from: CSystemMonitorError |
IMPORT_C TBool Previous(SM_ErrorID &aErrorType);
Description
Parameters
Return value
Interface status: |
test |
Inherited from: CSystemMonitorError |
IMPORT_C TBool Last(SM_ErrorID &aErrorType);
Description
Parameters
Return value
Interface status: |
test |
Inherited from: CSystemMonitorError |
IMPORT_C void Clear();
Description
GetErrorMessage(SM_ErrorID,TBuf< 124 > &)
Interface status: |
test |
Inherited from: CSystemMonitorError |
IMPORT_C void GetErrorMessage(SM_ErrorID aError, TBuf< 124 > &aErrorMsg);
Description
Parameters