Skip to content

Commit

Permalink
CertOpenStore's hCryptProv parameter should get a [Reserved] at…
Browse files Browse the repository at this point in the history
…tribute. Fixed #1658.
  • Loading branch information
mikebattista committed Jul 27, 2023
1 parent 6fb6c47 commit 1bf960e
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 @@ -1682,4 +1682,5 @@ RmRestart::return=WIN32_ERROR
RmShutdown::return=WIN32_ERROR
RmStartSession::return=WIN32_ERROR
IServiceProvider::QueryService::ppvObject=[ComOutPtr]
LoadResource::return=[DoNotRelease]
LoadResource::return=[DoNotRelease]
CertOpenStore::hCryptProv=[Reserved]
2 changes: 2 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62186,3 +62186,5 @@ Windows.Win32.Networking.WinHttp.WinHttpRequestSslErrorFlags.SslErrorFlag_CertDa
Windows.Win32.Networking.WinHttp.WinHttpRequestSslErrorFlags.SslErrorFlag_CertWrongUsage added
Windows.Win32.Networking.WinHttp.WinHttpRequestSslErrorFlags.SslErrorFlag_Ignore_All added
Windows.Win32.Networking.WinHttp.WinHttpRequestSslErrorFlags.SslErrorFlag_UnknownCA added
# Fixed #1658.
Windows.Win32.Security.Cryptography.Apis.CertOpenStore : hCryptProv : [In,Optional] => [In,Optional,Reserved]

0 comments on commit 1bf960e

Please sign in to comment.