Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/shelldesktop/
H A DCDirectoryWatcher.cpp120 return (fDir ? SHCNE_RMDIR : SHCNE_DELETE); in ConvertActionToEvent()
179 dwEvent = SHCNE_RMDIR; in ProcessNotification()
201 case SHCNE_RMDIR: in ProcessNotification()
/reactos/modules/rostests/apitests/shell32/
H A DSHChangeNotify.cpp51 case SHCNE_RMDIR: return 4; in GetEventType()
382 SHChangeNotify(SHCNE_RMDIR, SHCNF_PATHW | SHCNF_FLUSH, s_szDir2InDir1, NULL); in StageThreadFunc()
H A Dshell32_apitest_sub.cpp29 #define EVENTS (SHCNE_CREATE | SHCNE_DELETE | SHCNE_MKDIR | SHCNE_RMDIR | \
/reactos/dll/win32/shdocvw/
H A DCNSCBand.cpp186 SHCNE_DRIVEADD | SHCNE_MKDIR | SHCNE_CREATE | SHCNE_DRIVEREMOVED | SHCNE_RMDIR | \ in _RegisterChangeNotify()
430 case SHCNE_RMDIR: in OnChangeNotify()
/reactos/dll/win32/shell32/
H A Dshlfileop.cpp463 SHChangeNotify(SHCNE_RMDIR, SHCNF_PATHW, path, NULL); in SHNotifyRemoveDirectoryW()
746 SHChangeNotify(isdir ? SHCNE_RMDIR : SHCNE_DELETE, SHCNF_PATHW, src, NULL); in SHNotifyMoveFileW()
1636 UINT event = IsAttribFile(fileEntry->attributes) ? SHCNE_DELETE : SHCNE_RMDIR; in delete_files()
H A Dbrfolder.cpp1201 case SHCNE_RMDIR: in BrFolder_OnChangeEx()
H A DCDefView.cpp2898 case SHCNE_RMDIR: in OnChangeNotify()
/reactos/dll/win32/shell32/folders/
H A DCRecycleBin.cpp287 CRecycleBin_ChangeNotifyBBItem(IsFolder(BBItem) ? SHCNE_RMDIR : SHCNE_DELETE, BBItem); in CRecycleBin_NotifyRemovedFromRecycleBin()
/reactos/sdk/include/psdk/
H A Dshlobj.h1894 #define SHCNE_RMDIR 0x00000010 macro
/reactos/modules/rostests/winetests/shell32/
H A Dshlfolder.c4865 {"RMDIR", 1, 0, SHCNE_RMDIR, "C:\\shell32_cn_test\\test", ""},