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

Method SetStackEventData

WinSysCore/EventData.cpp:188–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void EventData::SetStackEventData(std::shared_ptr<EventData> data) {
189 _stackData = std::move(data);
190}
191
192void EventData::SetProcessName(std::wstring name) {
193 _processName = std::move(name);

Callers 1

OnEventRecordMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected