Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
PCWSTR EventProperty::GetUnicodeString() const {
14
return (PCWSTR)Data.data();
15
}
16
17
PCSTR EventProperty::GetAnsiString() const {
18
return (PCSTR)Data.data();
Callers
1
ProcessSpecialEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected