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

Method SetProcessName

WinSysCore/EventData.cpp:192–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void EventData::SetProcessName(std::wstring name) {
193 _processName = std::move(name);
194}

Callers 1

HandleNoProcessIdMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected