BUG: RegQueryValueEx() Fails When lpValueName Is NULL
This article was previously published under Q189782 On This PageSYMPTOMS
When you are accessing a remote registry key and you pass NULL as the
second parameter to RegQueryValueEx, the function might fail.
RegQueryValueEx returns 14:
Not enough storage is available to complete this operation.
NOTE: Remote registry access is not supported on Windows Millennium (Me) Edition.
RESOLUTION
Pass the NULL string ("") as the second parameter to RegQueryValueEx().
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. We are researching this bug and will post
new information here in the Microsoft Knowledge Base as it becomes
available.
MORE INFORMATION
In the VC++ 4.2 Help documentation, the entry for the 2nd parameter passed
to RegQueryValueEx reads:
lpszValueName Points to a null-terminated string specifying the name of
the subkey of hkey for which a text string is retrieved. If
lpszValueName is NULL or points to an empty string, RegQueryValueEx
retrieves the value of hkey.
The VC++ 5.0 documentation does not mention anything about passing NULL or
"" as the second parameter to RegQueryValueEx().
Steps to Reproduce the Behavior
APPLIES TO
| Article Translations
| |||||||||||||||||||||||||||||||||
Back to the top
