65 DPRINT(
"CreateUserHive(%S) called\n", lpKeyName);
89 if (!
CopyKey(hUserKey, hDefaultKey))
104 if (hUserKey !=
NULL)
107 if (hDefaultKey !=
NULL)
#define RegCloseKey(hKey)
static LSTATUS(WINAPI *pRegDeleteTreeW)(HKEY
LONG WINAPI RegOpenKeyExW(HKEY hKey, LPCWSTR lpSubKey, DWORD ulOptions, REGSAM samDesired, PHKEY phkResult)
LONG WINAPI RegFlushKey(HKEY hKey)
BOOL UpdateUsersShellFolderSettings(LPCWSTR lpUserProfilePath, HKEY hUserKey)
LSTATUS WINAPI RegCopyTreeW(_In_ HKEY, _In_opt_ LPCWSTR, _In_ HKEY)
BOOL CreateUserHive(LPCWSTR lpKeyName, LPCWSTR lpProfilePath)
static BOOL CopyKey(HKEY hDstKey, HKEY hSrcKey)
static const WCHAR Cleanup[]