Home
last modified time | relevance | path

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

/reactos/base/setup/usetup/
H A Ddevinst.c566 …UNICODE_STRING ServicesU = RTL_CONSTANT_STRING(L"\\Registry\\Machine\\SYSTEM\\CurrentControlSet\\S… in InitializeUserModePnpManager() local
612 InitializeObjectAttributes(&ObjectAttributes, &ServicesU, OBJ_CASE_INSENSITIVE, NULL, NULL); in InitializeUserModePnpManager()
616 DPRINT1("NtCreateKey('%wZ') failed (Status 0x%08lx)\n", &ServicesU, Status); in InitializeUserModePnpManager()