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;
|
return E_OUTOFMEMORY;
|
||||||
}
|
}
|
||||||
|
|
||||||
hres = RegQueryValueExA(HKEY_CLASSES_ROOT,
|
hres = RegQueryValueExA(clsidKey,
|
||||||
"",
|
"",
|
||||||
NULL,
|
NULL,
|
||||||
&dwKeyType,
|
&dwKeyType,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user