Skip to content

Commit

Permalink
WlanOpenHandle uses Microsoft.Win32.SafeHandles.SafeFileHandle. Fixed #…
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Jul 27, 2023
1 parent 1bf960e commit 2741c22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generation/WinSDK/emitter.settings.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -1683,4 +1683,5 @@ RmShutdown::return=WIN32_ERROR
RmStartSession::return=WIN32_ERROR
IServiceProvider::QueryService::ppvObject=[ComOutPtr]
LoadResource::return=[DoNotRelease]
CertOpenStore::hCryptProv=[Reserved]
CertOpenStore::hCryptProv=[Reserved]
WlanOpenHandle::phClientHandle=[RAIIFree("WlanCloseHandle")]
2 changes: 2 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62188,3 +62188,5 @@ Windows.Win32.Networking.WinHttp.WinHttpRequestSslErrorFlags.SslErrorFlag_Ignore
Windows.Win32.Networking.WinHttp.WinHttpRequestSslErrorFlags.SslErrorFlag_UnknownCA added
# Fixed #1658.
Windows.Win32.Security.Cryptography.Apis.CertOpenStore : hCryptProv : [In,Optional] => [In,Optional,Reserved]
# Fixed #1656.
Windows.Win32.NetworkManagement.WiFi.Apis.WlanOpenHandle : phClientHandle : [Out] => [Out,RAIIFree(WlanCloseHandle)]

0 comments on commit 2741c22

Please sign in to comment.