OleRegGetUserType did query wrong registry key.
This commit is contained in:
parent
6189c198ec
commit
c9b253940e
|
@ -454,7 +454,7 @@ HRESULT WINAPI OleRegGetUserType(
|
|||
return E_OUTOFMEMORY;
|
||||
}
|
||||
|
||||
hres = RegQueryValueExA(HKEY_CLASSES_ROOT,
|
||||
hres = RegQueryValueExA(clsidKey,
|
||||
"",
|
||||
NULL,
|
||||
&dwKeyType,
|
||||
|
|
Loading…
Reference in New Issue