#include <systemmonitor/recordtypes.h>
Link against: systemmonitor.lib
class TThreadExitInformation : public TSystemMonitorRecordBase |
Public Member Functions | |
---|---|
TThreadExitInformation(TThreadId, TProcessId, TExitType, TInt, TExitCategoryName) | |
IMPORT_C TExitCategoryName | GetExitCategory() |
IMPORT_C TInt | GetExitReason() |
IMPORT_C TExitType | GetExitType() |
IMPORT_C TThreadId | GetID() |
IMPORT_C TProcessId | GetParentProcessID() |
Inherited Attributes | |
---|---|
TSystemMonitorRecordBase::iTime |
TestTThreadExitInformation: Inherits from TSystemMonitorRecordBase, modifies it to store a record indicating thread exit information.
TThreadExitInformation | ( | TThreadId | aID, |
TProcessId | aParentID, | ||
TExitType | aExitType, | ||
TInt | aExitReason, | ||
TExitCategoryName | aExitCategoryName | ||
) |
IMPORT_C TExitCategoryName | GetExitCategory | ( | ) |