Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/wine/
H A Dshellpath.c1906 LPCWSTR pShellFolderPath, pUserShellFolderPath; in _SHGetUserShellFolderPath() local
1918 pShellFolderPath = shellFolderPath; in _SHGetUserShellFolderPath()
1927 pShellFolderPath = szSHFolders; in _SHGetUserShellFolderPath()
1930 if (RegCreateKeyW(rootKey, pShellFolderPath, &shellFolderKey)) in _SHGetUserShellFolderPath()
1932 TRACE("Failed to create %s\n", debugstr_w(pShellFolderPath)); in _SHGetUserShellFolderPath()
3003 LPCWSTR pUserShellFolderPath, pShellFolderPath; in _SHRegisterUserShellFolders() local
3020 pShellFolderPath = shellFolderPath; in _SHRegisterUserShellFolders()
3027 pShellFolderPath = szSHFolders; in _SHRegisterUserShellFolders()
3031 pShellFolderPath, folders, ARRAY_SIZE(folders)); in _SHRegisterUserShellFolders()