Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/shell32/
H A Dshlfileop.c564 shfo.fFlags = FOF_FILESONLY | FOF_NOCONFIRMATION | FOF_SILENT; in test_delete()
578 shfo.fFlags = FOF_NOCONFIRMATION | FOF_SILENT | FOF_NOERRORUI; in test_delete()
729 shfo.fFlags = FOF_NOCONFIRMATION | FOF_SILENT | FOF_NOERRORUI; in test_rename()
894 shfo.fFlags = FOF_NOCONFIRMATION | FOF_SILENT | FOF_NOERRORUI; in test_copy()
1035 shfo.fFlags = FOF_NOERRORUI | FOF_NOCONFIRMATION | FOF_SILENT; in test_copy()
1529 shfo.fFlags = FOF_NOCONFIRMATION | FOF_SILENT | FOF_NOERRORUI; in test_copy()
1616 FOF_SILENT | FOF_NOERRORUI; in test_copy()
1701 FOF_SILENT | FOF_NOERRORUI; in test_copy()
1733 FOF_SILENT | FOF_NOERRORUI; in test_copy()
1765 FOF_SILENT | FOF_NOERRORUI; in test_copy()
[all …]
H A Drecyclebin.c73 shfo.fFlags = FOF_FILESONLY | FOF_NOCONFIRMATION | FOF_SILENT | FOF_ALLOWUNDO; in test_query_recyclebin()
H A Dbrsfolder.c248 shfileop.fFlags = FOF_NOCONFIRMATION|FOF_NOERRORUI|FOF_SILENT; in test_click_make_new_folder_button()
/reactos/base/applications/setup16/
H A Dmain.c47 fileop.fFlags = FOF_NOCONFIRMATION|FOF_SILENT; in DeleteDirectory()
/reactos/dll/win32/shell32/
H A Dshlfileop.cpp678 if (error == ERROR_SUCCESS || (op->req->fFlags & (FOF_NOERRORUI | FOF_SILENT))) in CheckForError()
1924 if (!(lpFileOp->fFlags & (FOF_NOERRORUI | FOF_SILENT))) in validate_operation()
1960 if (!(lpFileOp->fFlags & (FOF_NOERRORUI | FOF_SILENT))) in validate_operation()
2025 if (lpFileOp->wFunc != FO_RENAME && !(lpFileOp->fFlags & FOF_SILENT)) { in SHFileOperationW()
/reactos/base/applications/rapps/
H A Dmisc.cpp453 UINT fof = FOF_NOCONFIRMATION | FOF_NOERRORUI | FOF_SILENT; in DeleteDirectoryTree()
/reactos/modules/rostests/apitests/shell32/
H A DSHChangeNotify.cpp39 SHFILEOPSTRUCTW FileOp = { NULL, FO_DELETE, szPath, NULL, FOF_NOCONFIRMATION | FOF_SILENT }; in DoDeleteDirectory()
/reactos/sdk/include/psdk/
H A Dshellapi.h144 #define FOF_SILENT 0x0004 macro
/reactos/modules/rostests/winetests/msi/
H A Dinstall.c3016 shfl.fFlags = FOF_FILESONLY | FOF_NOCONFIRMATION | FOF_NORECURSION | FOF_SILENT; in delete_cab_files()
3550 shfl.fFlags = FOF_FILESONLY | FOF_NOCONFIRMATION | FOF_NORECURSION | FOF_SILENT | FOF_NOERRORUI; in delete_pfmsitest_files()
H A Daction.c2428 shfl.fFlags = FOF_FILESONLY | FOF_NOCONFIRMATION | FOF_NORECURSION | FOF_SILENT | FOF_NOERRORUI; in delete_pfmsitest_files()