#include <systemmonitor/recordtypes.h>
Link against: systemmonitor.lib
class TProcessStartTime : public TSystemMonitorRecordBase |
Public Member Functions | |
---|---|
TProcessStartTime(TProcessId, TBool) | |
IMPORT_C TSystemMonitorTime | GetDateTime() |
IMPORT_C TProcessId | GetID() |
IMPORT_C TBool | GetPredatesTool() |
Inherited Attributes | |
---|---|
TSystemMonitorRecordBase::iTime |
TestTProcessStartTime: Inherits from TSystemMonitorRecordBase, modifies it to store a record indicating process start times.
TProcessStartTime | ( | TProcessId | aID, |
TBool | aPredatesTool | ||
) |