You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
and
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.
The text was updated successfully, but these errors were encountered: