Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/wine/
H A Dshellpath.c1907 HKEY userShellFolderKey, shellFolderKey; in _SHGetUserShellFolderPath() local
1935 if (RegCreateKeyW(rootKey, pUserShellFolderPath, &userShellFolderKey)) in _SHGetUserShellFolderPath()
1944 if (!RegQueryValueExW(userShellFolderKey, value, NULL, &dwType, in _SHGetUserShellFolderPath()
1976 RegCloseKey(userShellFolderKey); in _SHGetUserShellFolderPath()