microsoft / krabsetw

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

Add out type for the property (_TDH_OUT_TYPE) #214

Closed kaaleksandr closed 1 year ago

kaaleksandr commented 1 year 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 1 year ago

Resolved by #215. Thank you @kaaleksandr!