Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ EventUnregister()

uint IEventProvider. System.Diagnostics.Tracing.EtwEventProvider.EventUnregister ( long registrationHandle)
inlineprivate

Implements System.Diagnostics.Tracing.IEventProvider.

Definition at line 11 of file EtwEventProvider.cs.

12 {
13 return Interop.Advapi32.EventUnregister(registrationHandle);
14 }
static uint EventUnregister(long registrationHandle)

References Interop.Advapi32.EventUnregister().