MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / GetThreadId

Method GetThreadId

WinSysCore/EventData.cpp:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80DWORD EventData::GetThreadId() const {
81 return _threadId;
82}
83
84ULONGLONG EventData::GetTimeStamp() const {
85 return _timeStamp;

Callers 6

GetColumnTextMethod · 0.80
DoSortMethod · 0.80
OnInitDialogMethod · 0.80
WriteEventDataMethod · 0.80
OnEventRecordMethod · 0.80
HandleNoProcessIdMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected