MCPcopy 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

FormatPropertyMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected