Searched refs:pszRoot (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/shell32/shellrecyclebin/ |
H A D | recyclebin.c | 114 IN LPCSTR pszRoot OPTIONAL) in EmptyRecycleBinA() 120 TRACE("(%s)\n", debugstr_a(pszRoot)); in EmptyRecycleBinA() 122 if (pszRoot) in EmptyRecycleBinA() 124 len = MultiByteToWideChar(CP_ACP, 0, pszRoot, -1, NULL, 0); in EmptyRecycleBinA() 146 IN LPCWSTR pszRoot OPTIONAL) in EmptyRecycleBinW() 151 TRACE("(%s)\n", debugstr_w(pszRoot)); in EmptyRecycleBinW() 153 hr = GetDefaultRecycleBin(pszRoot, &prb); in EmptyRecycleBinW() 172 IN LPCSTR pszRoot OPTIONAL, in EnumerateRecycleBinA() 182 if (pszRoot) in EnumerateRecycleBinA() 206 IN LPCWSTR pszRoot OPTIONAL, in EnumerateRecycleBinW() [all …]
|
H A D | recyclebin.h | 120 IN LPCSTR pszRoot OPTIONAL); 123 IN LPCWSTR pszRoot OPTIONAL); 139 IN LPCSTR pszRoot OPTIONAL, 144 IN LPCWSTR pszRoot OPTIONAL, 155 IN LPCWSTR pszRoot OPTIONAL,
|
/reactos/sdk/lib/atl/ |
H A D | atlpath.h | 60 inline void PathBuildRootX(LPSTR pszRoot, int iDrive) { PathBuildRootA(pszRoot, iDrive); } in PathBuildRootX() argument 61 inline void PathBuildRootX(LPWSTR pszRoot, int iDrive) { PathBuildRootW(pszRoot, iDrive); } in PathBuildRootX() argument
|