Searched refs:SHCreateDirectoryExW (Results 1 – 7 of 7) sorted by relevance
/reactos/base/applications/extrac32/ |
H A D | extrac32.c | 45 res = SHCreateDirectoryExW(NULL, dir, NULL); in create_target_directory()
|
/reactos/dll/win32/shell32/ |
H A D | shlfileop.cpp | 850 return SHCreateDirectoryExW(hWnd, path, NULL); in SHCreateDirectory() 895 retCode = SHCreateDirectoryExW(hWnd, wPath, sec); in SHCreateDirectoryExA() 906 int WINAPI SHCreateDirectoryExW(HWND hWnd, LPCWSTR path, LPSECURITY_ATTRIBUTES sec) in SHCreateDirectoryExW() function 2276 SHCreateDirectoryExW(0, realpath, NULL); in SHPathPrepareForWriteW()
|
H A D | shell32.spec | 278 279 stdcall SHCreateDirectoryExW(long wstr ptr)
|
/reactos/base/applications/drwtsn32/ |
H A D | main.cpp | 331 int res = SHCreateDirectoryExW(NULL, OutputPath.c_str(), NULL); in wWinMain()
|
/reactos/modules/rostests/winetests/shell32/ |
H A D | shlfileop.c | 2594 ret = SHCreateDirectoryExW(NULL, UNICODE_PATH, NULL); in test_unicode() 2603 ret = SHCreateDirectoryExW(NULL, UNICODE_PATH, NULL); in test_unicode() 2647 ret = SHCreateDirectoryExW(hwnd, UNICODE_PATH, NULL); in test_unicode() 2651 ret = SHCreateDirectoryExW(hwnd, UNICODE_PATH, NULL); in test_unicode()
|
/reactos/dll/win32/shell32/wine/ |
H A D | shellpath.c | 2782 ret = SHCreateDirectoryExW(hwndOwner, szBuildPath, NULL); in SHGetFolderPathAndSubDirW()
|
/reactos/sdk/include/psdk/ |
H A D | shlobj.h | 2118 SHCreateDirectoryExW(
|