microsoft / krabsetw

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

Add support in C++/CLI for native ETW filtering #84

Closed swannman closed 5 years ago

swannman commented 5 years ago

60 added support for native ETW filtering in krabs event_filter.hpp.

This plumbs support through to EventFilter.cs so C++/CLI callers can take advantage of it.