Home
last modified time | relevance | path

Searched refs:LogConfKey (Results 1 – 1 of 1) sorted by relevance

/reactos/ntoskrnl/io/pnpmgr/
H A Dpnpmgr.c611 HANDLE LogConfKey, ControlKey, DeviceParamsKey; in IopSetDeviceInstanceData() local
625 Status = ZwCreateKey(&LogConfKey, in IopSetDeviceInstanceData()
643 Status = ZwSetValueKey(LogConfKey, in IopSetDeviceInstanceData()
657 Status = ZwSetValueKey(LogConfKey, in IopSetDeviceInstanceData()
665 ZwClose(LogConfKey); in IopSetDeviceInstanceData()