You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CsWin32 will produce any API published in winmd metadata. It comes with win32metadata and wdk32metadata, which should include all the documented APIs for Windows. I took a quick look and couldn't find any documentation for BCryptRemoveContextFunctionProvider, nor could I find it in the metadata. My guess then is that it isn't supposed to be included due to being a private API.
Hello!
Are below functions from bcrypt library getting support from cswin32?
Currently getting below error
e.g. for function BCryptRemoveContextFunctionProvider
warning PInvoke001: Method, type or constant "BCryptRemoveContextFunctionProvider" not found
The text was updated successfully, but these errors were encountered: