diff --git a/generation/WinSDK/autoTypes.json b/generation/WinSDK/autoTypes.json index 56d2e6a7..39d58b4c 100644 --- a/generation/WinSDK/autoTypes.json +++ b/generation/WinSDK/autoTypes.json @@ -964,9 +964,10 @@ "NativeTypedef": true }, { - "Namespace": "Windows.Win32.Security", + "Namespace": "Windows.Win32.System.Services", "Name": "SC_HANDLE", "ValueType": "DECLARE_HANDLE", + "CloseApi": "CloseServiceHandle", "InvalidHandleValues": [ -1, 0 ], "NativeTypedef": true }, diff --git a/scripts/ChangesSinceLastRelease.txt b/scripts/ChangesSinceLastRelease.txt index 8564118d..316260f3 100644 --- a/scripts/ChangesSinceLastRelease.txt +++ b/scripts/ChangesSinceLastRelease.txt @@ -1,2 +1,5 @@ # fix IoRing api results Windows.Win32.Storage.FileSystem.Apis.PopIoRingCompletion : [DllImport(api-ms-win-core-ioring-l1-1-0.dll,ExactSpelling=True,PreserveSig=False),Documentation(https://learn.microsoft.com/windows/win32/api/ioringapi/nf-ioringapi-popioringcompletion)] => [CanReturnMultipleSuccessValues,DllImport(api-ms-win-core-ioring-l1-1-0.dll,ExactSpelling=True,PreserveSig=False),Documentation(https://learn.microsoft.com/windows/win32/api/ioringapi/nf-ioringapi-popioringcompletion)] +# Fixed #1852. +Windows.Win32.Security.SC_HANDLE removed +Windows.Win32.System.Services.SC_HANDLE added