UnregisterTraceGuids (advapi32)
Last changed: anonymous

.
Summary
The UnregisterTraceGuids function unregisters an event trace provider and its event trace classes.

C# Signature:

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

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation