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

REG_FULL_RESOURCE_DESCRIPTOR support #79

Open
coelho-faminto opened this issue Jul 20, 2020 · 0 comments
Open

REG_FULL_RESOURCE_DESCRIPTOR support #79

coelho-faminto opened this issue Jul 20, 2020 · 0 comments
Assignees

Comments

@coelho-faminto
Copy link

I will learn how to contribute to code and will perform some changes to partially support REG_FULL_RESOURCE_DESCRIPTOR as a valid REG TYPE. Current version is throwing an error in nodejs saying Type 9 is invalid and then it doesn't list any keys from the same path. Example: if you try to list HKLM\HARDWARE\DESCRIPTION\System
Adding

		' REG_FULL_RESOURCE_DESCRIPTOR
		Case 9
			RenderValueByType = RenderByteArray(varValue)

and

		Case 9
			GetBinaryValue constHive, strKey, strValueName, outVarValue
			Exit Sub

is enough to show the value empty at least. As far as I know StdRegProv doesn't provide a method to read REG_FULL_RESOURCE_DESCRIPTOR.

@kessler kessler self-assigned this Sep 15, 2021
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

No branches or pull requests

2 participants