OleRegGetUserType did query wrong registry key.

This commit is contained in:
Pierre Mageau 2000-03-04 19:20:30 +00:00 committed by Alexandre Julliard
parent 6189c198ec
commit c9b253940e

View file

@ -454,7 +454,7 @@ HRESULT WINAPI OleRegGetUserType(
return E_OUTOFMEMORY;
}
hres = RegQueryValueExA(HKEY_CLASSES_ROOT,
hres = RegQueryValueExA(clsidKey,
"",
NULL,
&dwKeyType,