Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
192
void EventData::SetProcessName(std::wstring name) {
193
_processName = std::move(name);
194
}
Callers
1
HandleNoProcessId
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected