ETW provider enumeration

Hi,
Hopefully a simple question. It looks like EnumerateTraceGuidsEx is what I should be using to enumerate ETW providers, but once I’ve got the list of GUIDs how do I get a descriptive name for each provider? Logman can do it, but I’m not seeing anything obvious that shows me how.

thx,
Paul

TdhEnumerateProviders ?

Thanks, I’ll give that a go instead. Any idea what the Tdh prefix stands for? I skipped all of them since it wasn’t immediately obvious what they were for.

Trace Data Helper.

The file abstract (from the SDK) is:

“ETW Event payload parsing API && ETW trace providers browsing API.”

Peter
OSR
@OSRDrivers

Thank you both very much, TdhEnumerateProviders works fine.