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

Method GetProperty

WinSysCore/EventData.cpp:134–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134const EventProperty* EventData::GetProperty(PCWSTR name) const {
135 for (auto& prop : GetProperties())
136 if (prop.Name == name)
137 return ∝
138 return nullptr;
139}
140
141const EventData* EventData::GetStackEventData() const {
142 return _stackData.get();

Callers 7

GetColumnTextMethod · 0.80
ProcessSpecialEventMethod · 0.80
LoadSymbolsThreadMethod · 0.80
OnInitDialogMethod · 0.80
ParseProcessStartStopMethod · 0.80
OnEventRecordMethod · 0.80
HandleNoProcessIdMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected