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
QueryValue and SetValue can be implemented using QueryValueEx and SetValueEx. These are compatible with more windows API families.
QueryValue
SetValue
QueryValueEx
SetValueEx
The text was updated successfully, but these errors were encountered:
gh-102344: Reimplement winreg QueryValue / SetValue using QueryValueE…
c1748ed
…x / SetValueEx (GH-102345) The newer APIs are more widely available than the old ones, and are called in a way to preserve functionality.
inspect.getattr_static
typing._ProtocolMeta.__instancecheck__
No branches or pull requests
Feature or enhancement
QueryValue
andSetValue
can be implemented usingQueryValueEx
andSetValueEx
. These are compatible with more windows API families.Linked PRs
The text was updated successfully, but these errors were encountered: