mohitsachan / appstract

Automatically exported from code.google.com/p/appstract
0 stars 0 forks source link

QueryValue should also retrieve the key's unnamed value, if any. #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It is documented by Microsoft that RegQueryValueEx returns the unnamed/
default value of the key (if available) when the lpValueName argument is 
null or an empty string. The virtual registry should also implement this 
behavior.

http://msdn.microsoft.com/en-us/library/ms724911(VS.85).aspx

Original issue reported on code.google.com by simon_al...@hotmail.com on 12 May 2009 at 7:26

GoogleCodeExporter commented 8 years ago

Original comment by simon_al...@hotmail.com on 12 May 2009 at 7:29