We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c9ad3 commit d4b8bffCopy full SHA for d4b8bff
Files/Helpers/NativeIoDeviceControlHelper.cs
@@ -40,7 +40,7 @@ public static extern bool DeviceIoControl(
40
IntPtr lpOverlapped
41
);
42
43
- [DllImport("api-ms-win-core-io-l1-1-0.dll", SetLastError = true)]
+ [DllImport("api-ms-win-core-handle-l1-1-0.dll", SetLastError = true)]
44
[return: MarshalAs(UnmanagedType.Bool)]
45
public static extern bool CloseHandle(IntPtr hObject);
46
0 commit comments