win32api.RegQueryValue
string = RegQueryValue(key, subKey )
The RegQueryValue method retrieves the value associated with the unnamed value for a specified key in the registry.
Parameters
HKEY_CLASSES_ROOT
HKEY_CURRENT_USER
HKEY_LOCAL_MACHINE
HKEY_USERS
Comments
Values in the registry have name, type, and data components. This method retrieves the data for a key's first value that has a NULL name. But the underlying API call doesn't return the type, Lame Lame Lame, DONT USE THIS!!!
Win32 API References