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

Method Allocate

WinSysCore/EventData.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8void* EventProperty::Allocate(ULONG size) {
9 Data.resize(size);
10 return Data.data();
11}
12
13PCWSTR EventProperty::GetUnicodeString() const {
14 return (PCWSTR)Data.data();

Callers 1

EventData.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected