Searched refs:hDefaultKey (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/userenv/ |
H A D | registry.c | 60 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 D | wizard.c | 473 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()
|