Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/shellrecyclebin/
H A Drecyclebin.c114 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 Drecyclebin.h120 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 Datlpath.h60 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