Home
last modified time | relevance | path

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

/reactos/dll/win32/userenv/
H A Dregistry.c60 HKEY hDefaultKey = NULL; in CreateUserHive() local
71 &hDefaultKey); in CreateUserHive()
89 if (!CopyKey(hUserKey, hDefaultKey)) in CreateUserHive()
107 if (hDefaultKey != NULL) in CreateUserHive()
108 RegCloseKey (hDefaultKey); in CreateUserHive()
/reactos/dll/win32/syssetup/
H A Dwizard.c473 HKEY hRootKey, hEventKey, hDefaultKey; in DoWriteSoundEvents() local
524 error = RegOpenKeyExW(hEventKey, L".Default", 0, KEY_WRITE, &hDefaultKey); in DoWriteSoundEvents()
534 …error = RegSetValueExW(hDefaultKey, NULL, 0, REG_EXPAND_SZ, (const BYTE *)lpEventsArray[i][1], cbD… in DoWriteSoundEvents()
535 RegCloseKey(hDefaultKey); in DoWriteSoundEvents()