Microsoft.Win32.UnsafeNativeMethods.ManifestEtw.EventUnregister C# (CSharp) 메소드

EventUnregister() 개인적인 메소드

private EventUnregister ( [ registrationHandle ) : uint
registrationHandle [
리턴 uint
            internal static uint EventUnregister([In] long registrationHandle)
            {
                return Interop.Kernel32.EventUnregister((ulong)registrationHandle);
            }