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

Method GetData

WinSysCore/EventData.h:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 }
24
25 BYTE* GetData(){
26 return Data.data();
27 }
28
29 const BYTE* GetData() const{
30 return Data.data();

Callers 1

FormatPropertyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected