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

Method GetUnicodeString

WinSysCore/EventData.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13PCWSTR EventProperty::GetUnicodeString() const {
14 return (PCWSTR)Data.data();
15}
16
17PCSTR EventProperty::GetAnsiString() const {
18 return (PCSTR)Data.data();

Callers 1

ProcessSpecialEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected