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

Method GetProcessId

WinSysCore/EventData.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68DWORD EventData::GetProcessId() const {
69 return _processId;
70}
71
72const std::wstring& EventData::GetProcessName() const {
73 return _processName;

Callers 7

GetColumnTextMethod · 0.80
DoSortMethod · 0.80
EvalMethod · 0.80
OnInitDialogMethod · 0.80
WriteEventDataMethod · 0.80
ParseProcessStartStopMethod · 0.80
OnEventRecordMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected