#include <systemmonitor/recordtypes.h>
Link against: systemmonitor.lib
| class TAPIGathereError : public TSystemMonitorRecordBase |
| Public Member Functions | |
|---|---|
| TAPIGathereError(TRecordTypeID, SM_ErrorID, TInt) | |
| IMPORT_C TInt | ErrorCode() |
| IMPORT_C SM_ErrorID | ErrorID() |
| IMPORT_C TRecordTypeID | RetrievingRecordType() |
| Inherited Attributes | |
|---|---|
| TSystemMonitorRecordBase::iTime | |
TestTAPIGathereError: Inherits from TSystemMonitorRecordBase, modifies it to store APIGatherer error data.
| TAPIGathereError | ( | TRecordTypeID | aRecordTypeID, |
| SM_ErrorID | aErrorID, | ||
| TInt | aErrorCode | ||
| ) | |||