#include <systemmonitor/recordtypes.h>
Link against: systemmonitor.lib
| class TStaticThreadInformation : public TSystemMonitorRecordBase |
| Public Member Functions | |
|---|---|
| TStaticThreadInformation(TThreadId, TProcessId, TFullName &) | |
| IMPORT_C TThreadId | GetID() |
| IMPORT_C TFullName | GetName() |
| IMPORT_C TProcessId | GetParentProcessID() |
| Inherited Attributes | |
|---|---|
| TSystemMonitorRecordBase::iTime | |
TestTStaticThreadInformation: Inherits from TSystemMonitorRecordBase, modifies it to store static thread information.
| TStaticThreadInformation | ( | TThreadId | aID, |
| TProcessId | aParentID, | ||
| TFullName & | aName | ||
| ) | |||