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 a method to return the provider GUID from a given schema #209

Closed acyr closed 1 year ago

acyr commented 1 year ago

A schema has the provider GUID available but no way to access it. Having the provider GUID available from a schema enables applications to use the schema directly for GUID comparisons without relying on existing provide_name() string comparisons.