Skip to content
New issue

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

implement winreg QueryValue / SetValue using QueryValueEx / SetValueEx #102344

Closed
maxbachmann opened this issue Feb 28, 2023 · 0 comments
Closed
Labels
OS-windows type-feature A feature request or enhancement

Comments

@maxbachmann
Copy link
Contributor

maxbachmann commented Feb 28, 2023

Feature or enhancement

QueryValue and SetValue can be implemented using QueryValueEx and SetValueEx. These are compatible with more windows API families.

Linked PRs

@maxbachmann maxbachmann added the type-feature A feature request or enhancement label Feb 28, 2023
zooba pushed a commit that referenced this issue Mar 1, 2023
…x / SetValueEx (GH-102345)

The newer APIs are more widely available than the old ones, and are called in a way to preserve functionality.
@zooba zooba closed this as completed Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS-windows type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

3 participants