Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
void* EventProperty::Allocate(ULONG size) {
9
Data.resize(size);
10
return Data.data();
11
}
12
13
PCWSTR EventProperty::GetUnicodeString() const {
14
return (PCWSTR)Data.data();
Callers
1
EventData.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected