We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows_registry::Key
HKEY
When using APIs like SetupDiOpenDevRegKey, you get a HKEY there, and there's no way to convert it to a windows_registry::Key
SetupDiOpenDevRegKey
The text was updated successfully, but these errors were encountered:
from_raw
windows-registry
Thanks for the reminder - I've been meaning to add the complimentary interop function: #3034
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Suggestion
When using APIs like
SetupDiOpenDevRegKey
, you get aHKEY
there, and there's no way to convert it to awindows_registry::Key
The text was updated successfully, but these errors were encountered: