More corelib cleanup (dotnet/coreclr#26993)
[mono-project.git] / netcore / System.Private.CoreLib / shared / Interop / Windows / Advapi32 / Interop.EventUnregister.cs
blob1943cb314e4c132009235f165cefd0a598676ebe
1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
5 using System.Runtime.InteropServices;
7 internal static partial class Interop
9 internal static partial class Advapi32
11 [DllImport(Libraries.Advapi32, ExactSpelling = true)]
12 internal static extern uint EventUnregister(long registrationHandle);