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
1 changed files with 1 additions and 1 deletions

View File

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