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

Add delValue #12

Merged
merged 1 commit into from
Apr 4, 2024
Merged

Add delValue #12

merged 1 commit into from
Apr 4, 2024

Conversation

Rafflesiaceae
Copy link
Contributor

A new handle function 'delValue' is added to delete a value of a given key, wrapping WinApi's 'RegDeleteValueW'.

A new handle function 'delValue' is added to delete a value of a given
key, wrapping WinApi's 'RegDeleteValueW'.
@Rafflesiaceae
Copy link
Contributor Author

Hi @miere43 👋 😊,

AFAIS this is needed in order to delete specific values of a given key, which I found myself needing.

I've tried delTree / delSubkey before resorting to this, but they didn't work for my use case, I hope I'm not overlooking something else.

@miere43
Copy link
Owner

miere43 commented Apr 4, 2024

Hello. Thanks for the contribution =)

@miere43 miere43 merged commit c86ee93 into miere43:devel Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants