microsoft / win32metadata

Tooling to generate metadata for Win32 APIs in the Windows SDK.
Other
1.32k stars 113 forks source link

CryptUIWizDigitalSign sets the last error on failure. #1882

Closed ramiabughazaleh closed 4 months ago

ramiabughazaleh commented 5 months ago

I've also requested an update to the ms docs: https://github.com/MicrosoftDocs/sdk-api/pull/1801/files

Thank you.

tim-weis commented 5 months ago

CryptUIWizDigitalSign() isn't documented to set the calling thread's last error code on failure.

ramiabughazaleh commented 5 months ago

That's why I made a PR to update the documentation.

riverar commented 4 months ago

Closing this for now to prevent accidental merge; we can revisit when the necessary investigatory work is complete on the docs side.