Microsoft.Win32.UnsafeNativeMethods.ManifestEtw.EventUnregister C# (CSharp) Méthode

EventUnregister() private méthode

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