microsoft / krabsetw

KrabsETW provides a modern C++ wrapper and a .NET wrapper around the low-level ETW trace consumption functions.
Other
581 stars 149 forks source link

Add out type for the property (_TDH_OUT_TYPE) #214

Closed kaaleksandr closed 10 months ago

kaaleksandr commented 10 months ago

class property contains the type method, it is necessary to add the out_type method to output the output type of the property

swannman commented 10 months ago

Resolved by #215. Thank you @kaaleksandr!