mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 06:44:37 +08:00
Fix "Devices Parameters" subkey creation in a call to IoOpenDeviceRegistryKey()
svn path=/trunk/; revision=19258
This commit is contained in:
@@ -437,7 +437,7 @@ IoOpenDeviceRegistryKey(
|
||||
L"Hardware Profiles\\Current\\System\\CurrentControlSet\\";
|
||||
static WCHAR ClassKeyName[] = L"Control\\Class\\";
|
||||
static WCHAR EnumKeyName[] = L"Enum\\";
|
||||
static WCHAR DeviceParametersKeyName[] = L"Device Parameters\\";
|
||||
static WCHAR DeviceParametersKeyName[] = L"Device Parameters";
|
||||
ULONG KeyNameLength;
|
||||
LPWSTR KeyNameBuffer;
|
||||
UNICODE_STRING KeyName;
|
||||
|
||||
Reference in New Issue
Block a user