Move EventSource to shared CoreLib partition (dotnet/coreclr#23925)
[mono-project.git] / netcore / System.Private.CoreLib / shared / Interop / Windows / Advapi32 / Interop.EventUnregister.cs
blobf387b3a9ab5c77090fe626625b3cac4fe38de5ca
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;
6 using System.Runtime.InteropServices;
8 internal partial class Interop
10 internal partial class Advapi32
12 [DllImport(Libraries.Advapi32, ExactSpelling = true)]
13 internal static extern uint EventUnregister(long registrationHandle);