Searched refs:SubKeyHandle (Results 1 – 9 of 9) sorted by relevance
/reactos/drivers/input/i8042prt/ |
H A D | hwhacks.c | 129 HANDLE KeyHandle = NULL, SubKeyHandle = NULL; in i8042StoreSMBiosTables() local 157 Status = ZwCreateKey(&SubKeyHandle, in i8042StoreSMBiosTables() 172 ZwSetValueKey(SubKeyHandle, in i8042StoreSMBiosTables() 179 ZwClose(SubKeyHandle); in i8042StoreSMBiosTables()
|
/reactos/drivers/bus/acpi/busmgr/ |
H A D | utils.c | 379 HANDLE KeyHandle = NULL, SubKeyHandle = NULL; in acpi_create_registry_table() local 427 Status = ZwCreateKey(&SubKeyHandle, in acpi_create_registry_table() 441 KeyHandle = SubKeyHandle; in acpi_create_registry_table() 457 Status = ZwCreateKey(&SubKeyHandle, in acpi_create_registry_table() 471 KeyHandle = SubKeyHandle; in acpi_create_registry_table() 490 Status = ZwCreateKey(&SubKeyHandle, in acpi_create_registry_table() 503 KeyHandle = SubKeyHandle; in acpi_create_registry_table()
|
/reactos/dll/win32/kernel32/client/ |
H A D | compname.c | 139 HANDLE KeyHandle, SubKeyHandle; in SetActiveComputerNameToRegistry() local 173 Status = NtCreateKey(&SubKeyHandle, in SetActiveComputerNameToRegistry() 189 Status = NtSetValueKey(SubKeyHandle, in SetActiveComputerNameToRegistry() 197 NtClose(SubKeyHandle); in SetActiveComputerNameToRegistry() 203 NtFlushKey(SubKeyHandle); in SetActiveComputerNameToRegistry() 204 NtClose(SubKeyHandle); in SetActiveComputerNameToRegistry()
|
/reactos/ntoskrnl/io/pnpmgr/ |
H A D | pnproot.c | 438 _In_ HANDLE SubKeyHandle) in CreateDeviceFromRegistry() argument 474 Status = IopOpenRegistryKeyEx(&DeviceKeyHandle, SubKeyHandle, &Device->InstanceID, KEY_READ); in CreateDeviceFromRegistry() 661 HANDLE SubKeyHandle = NULL; in EnumerateDevices() local 756 … Status = IopOpenRegistryKeyEx(&SubKeyHandle, KeyHandle, &SubKeyName, KEY_ENUMERATE_SUB_KEYS); in EnumerateDevices() 769 SubKeyHandle, in EnumerateDevices() 822 Status = IopShouldProcessDevice(SubKeyHandle, SubKeyInfo->Name); in EnumerateDevices() 828 SubKeyHandle); in EnumerateDevices() 852 ZwClose(SubKeyHandle); in EnumerateDevices() 853 SubKeyHandle = NULL; in EnumerateDevices() 858 if (SubKeyHandle != NULL) in EnumerateDevices() [all …]
|
/reactos/base/setup/lib/ |
H A D | mui.c | 215 HANDLE SubKeyHandle; in AddKbLayoutsToRegistry() local 282 Status = NtCreateKey(&SubKeyHandle, in AddKbLayoutsToRegistry() 337 Status = NtSetValueKey(SubKeyHandle, in AddKbLayoutsToRegistry() 356 NtClose(SubKeyHandle); in AddKbLayoutsToRegistry()
|
/reactos/drivers/bus/pcix/ |
H A D | utils.c | 771 HANDLE KeyHandle, SubKeyHandle; in PciGetBiosConfig() local 796 Status = ZwCreateKey(&SubKeyHandle, in PciGetBiosConfig() 814 Status = ZwQueryValueKey(SubKeyHandle, in PciGetBiosConfig() 820 ZwClose(SubKeyHandle); in PciGetBiosConfig() 834 HANDLE KeyHandle, SubKeyHandle; in PciSaveBiosConfig() local 856 Status = ZwCreateKey(&SubKeyHandle, in PciSaveBiosConfig() 874 Status = ZwSetValueKey(SubKeyHandle, in PciSaveBiosConfig() 880 ZwClose(SubKeyHandle); in PciSaveBiosConfig()
|
/reactos/dll/win32/advapi32/reg/ |
H A D | reg.c | 782 CurKey = SubKeyHandle; in RegCopyTreeW() 790 if (SubKeyHandle != NULL) in RegCopyTreeW() 792 NtClose(SubKeyHandle); in RegCopyTreeW() 1668 CurKey = SubKeyHandle; 1689 if (SubKeyHandle != NULL) 2179 CurKey = SubKeyHandle; in RegSetKeyValueW() 2191 if (SubKeyHandle != NULL) in RegSetKeyValueW() 2193 NtClose(SubKeyHandle); in RegSetKeyValueW() 2257 CurKey = SubKeyHandle; in RegSetKeyValueA() 2269 if (SubKeyHandle != NULL) in RegSetKeyValueA() [all …]
|
/reactos/boot/environ/lib/misc/ |
H A D | bootreg.c | 901 HANDLE SubKeyHandle; in BiDeleteKey() local 921 Status = BiOpenKey(KeyHandle, SubKeyList[i], &SubKeyHandle); in BiDeleteKey() 925 Status = BiDeleteKey(SubKeyHandle); in BiDeleteKey() 929 BiCloseKey(SubKeyHandle); in BiDeleteKey()
|
/reactos/sdk/include/ddk/ |
H A D | ndis.h | 4726 _Out_ PNDIS_HANDLE SubKeyHandle);
|