Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/
H A Dshlfileop.cpp73 static DWORD SHNotifyCreateDirectoryW(LPCWSTR path, LPSECURITY_ATTRIBUTES sec);
417 static DWORD SHNotifyCreateDirectoryW(LPCWSTR path, LPSECURITY_ATTRIBUTES sec) in SHNotifyCreateDirectoryW() function
433 return (SHNotifyCreateDirectoryW(path, sec) == ERROR_SUCCESS); in Win32CreateDirectoryW()
917 ret = SHNotifyCreateDirectoryW(path, sec); in SHCreateDirectoryExW()
937 ret = SHNotifyCreateDirectoryW(szTemp, pSlash + 1 == pEnd ? sec : NULL); in SHCreateDirectoryExW()
1361 SHNotifyCreateDirectoryW(szTo, NULL); in copy_dir_to_dir()
1403 SHNotifyCreateDirectoryW(feTo->szFullPath, NULL); in copy_to_dir()
1427 SHNotifyCreateDirectoryW(dir, NULL); in create_dest_dirs()
1432 SHNotifyCreateDirectoryW(szDestDir, NULL); in create_dest_dirs()
1694 SHNotifyCreateDirectoryW(szDestPath, NULL); in move_dir_to_dir()
[all …]