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

Microsoft.Win32.RegistryKey.DeleteSubKeyTree can use RegDeleteTreeW #82586

Closed
nxtn-staged opened this issue Feb 24, 2023 · 1 comment · Fixed by #82598
Closed

Microsoft.Win32.RegistryKey.DeleteSubKeyTree can use RegDeleteTreeW #82586

nxtn-staged opened this issue Feb 24, 2023 · 1 comment · Fixed by #82598
Assignees
Milestone

Comments

@nxtn-staged
Copy link

nxtn-staged commented Feb 24, 2023

Microsoft.Win32.RegistryKey.DeleteSubKeyTree deletes subkeys recursively. It can use RegDeleteTreeW to save system calls.

public void DeleteSubKeyTree(string subkey, bool throwOnMissingSubKey)

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Feb 24, 2023
@ghost
Copy link

ghost commented Feb 24, 2023

Tagging subscribers to this area: @dotnet/area-microsoft-win32
See info in area-owners.md if you want to be subscribed.

Issue Details

Microsoft.Win32.RegistryKey.DeleteSubKeyTree deletes subkeys recursively. It can use RegDeleteTreeW to save system calls.

public void DeleteSubKeyTree(string subkey, bool throwOnMissingSubKey)

Author: nxtn-staged
Assignees: -
Labels:

area-Microsoft.Win32, untriaged

Milestone: -

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Feb 24, 2023
@carlossanlop carlossanlop added this to the Future milestone Feb 27, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Feb 27, 2023
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Jul 21, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Aug 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants