Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ GetLength
Method
GetLength
WinSysCore/EventData.h:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
std::wstring Name;
13
EVENT_PROPERTY_INFO& Info;
14
ULONG GetLength() const {
15
return (ULONG)Data.size();
16
}
17
18
template<typename T>
19
T GetValue() const {
Callers
1
FormatProperty
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected