gettraceenablelevel (advapi32)
Last changed: anonymous

.
Summary
The GetTraceEnableLevel function retrieves the severity level passed by the controller to indicate the level of logging the provider should perform.

C# Signature:

[DllImport("advapi32", CharSet = CharSet.Unicode, ExactSpelling = true)]
static extern char GetTraceEnableLevel(ulong traceHandle);

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

http://windowssdk.msdn.microsoft.com/library/en-us/etw/etw/implementing_a_controlcallback_function.asp

Documentation
GetTraceEnableLevel @msdn on MSDN