mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:56:00 +00:00
[SETUPAPI]
- Open Device Class with desired access svn path=/trunk/; revision=46603
This commit is contained in:
parent
e3949430d7
commit
ebf3dfc568
1 changed files with 1 additions and 1 deletions
|
@ -3662,7 +3662,7 @@ HKEY WINAPI SetupDiOpenClassRegKeyExW(
|
||||||
if (!(l = RegOpenKeyExW(HKLM,
|
if (!(l = RegOpenKeyExW(HKLM,
|
||||||
lpKeyName,
|
lpKeyName,
|
||||||
0,
|
0,
|
||||||
0,
|
samDesired,
|
||||||
&hClassesKey)))
|
&hClassesKey)))
|
||||||
{
|
{
|
||||||
if (MachineName != NULL)
|
if (MachineName != NULL)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue