gettraceenableflags (advapi32)
Last changed: anonymous

.
Summary
The GetTraceEnableFlags function retrieves the enable flags passed by the controller to indicate which category of events to trace.

C# Signature:

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

User-Defined Types:

None.

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