ReactOS 0.4.15-dev-6679-g945ee4b
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
class | CChangeNotifyBroker |
struct | ALIAS_PIDL |
Macros | |
#define | DUMPEV(x) ,( event & SHCNE_##x )? #x " " : "" |
Variables | |
CRITICAL_SECTION | SHELL32_ChangenotifyCS |
static ALIAS_PIDL | AliasPIDLs [] |
Definition at line 127 of file changenotify.cpp.
Referenced by SHChangeNotifyRegister().
|
static |
Definition at line 152 of file changenotify.cpp.
Referenced by CreateNotificationParamAndSend().
|
static |
Definition at line 294 of file changenotify.cpp.
Referenced by SHChangeNotifyReceiveEx().
|
static |
Definition at line 243 of file changenotify.cpp.
Referenced by SHChangeNotifyRegister().
|
static |
Definition at line 361 of file changenotify.cpp.
Referenced by SHChangeNotifyRegister().
Definition at line 208 of file changenotify.cpp.
Referenced by SHChangeNotification_Lock().
Definition at line 342 of file changenotify.cpp.
Referenced by DoGetAliasPIDLs().
Definition at line 557 of file changenotify.cpp.
Referenced by SHChangeNotify().
Definition at line 52 of file changenotify.cpp.
Definition at line 16 of file changenotify.cpp.
Referenced by CreateNotificationParamAndSend(), FreeChangeNotifications(), SHChangeNotifyDeregister(), and SHChangeNotifyRegister().
Definition at line 46 of file changenotify.cpp.
Referenced by if().
Definition at line 755 of file changenotify.cpp.
EXTERN_C ULONG WINAPI NTSHChangeNotifyRegister | ( | HWND | hwnd, |
INT | fSources, | ||
LONG | fEvents, | ||
UINT | msg, | ||
INT | count, | ||
SHChangeNotifyEntry * | idlist | ||
) |
Definition at line 695 of file changenotify.cpp.
EXTERN_C HANDLE WINAPI SHChangeNotification_Lock | ( | HANDLE | hTicket, |
DWORD | dwOwnerPID, | ||
LPITEMIDLIST ** | lppidls, | ||
LPLONG | lpwEventId | ||
) |
Definition at line 706 of file changenotify.cpp.
Referenced by CChangeNotifyBroker::BrokerNotification(), CDefView::OnChangeNotify(), OnShellNotify(), and testwindow_wndproc().
Definition at line 733 of file changenotify.cpp.
Referenced by CChangeNotifyBroker::BrokerNotification(), CDefView::OnChangeNotify(), OnShellNotify(), and testwindow_wndproc().
EXTERN_C void WINAPI SHChangeNotify | ( | LONG | wEventId, |
UINT | uFlags, | ||
LPCVOID | dwItem1, | ||
LPCVOID | dwItem2 | ||
) |
Definition at line 626 of file changenotify.cpp.
Referenced by CFSDropTarget::_DoDrop(), delete_files(), DoAction10(), DoAction11(), DoAction12(), DoAction9(), CDefaultContextMenu::DoCreateNewFolder(), DrivesContextMenuCallback(), CFontExt::Drop(), EditTypeDlg_OnOK(), FinishDlgProc(), CZipCreatorImpl::JustDoIt(), NotifyFileSystemChange(), CLayerUIPropPage::OnApply(), CShellLink::OnNotify(), CShellLink::Save(), CNewMenu::SelectNewItem(), CFSFolder::SetNameOf(), SHChangeNotify(), SHChangeNotifyWrap(), SHNotifyCopyFileW(), SHNotifyCreateDirectoryW(), SHNotifyDeleteFileW(), SHNotifyMoveFileW(), SHNotifyRemoveDirectoryW(), test_SHChangeNotify(), VfdCloseImage(), VfdOpenImage(), WelcomeDlgProc(), and CIniPropertyBag::Write().
Definition at line 527 of file changenotify.cpp.
Referenced by BrsFolder_OnDestroy(), NTSHChangeNotifyDeregister(), OnDestroy(), CDefView::OnDestroy(), and test_SHChangeNotify().
EXTERN_C VOID WINAPI SHChangeNotifyReceive | ( | LONG | lEvent, |
UINT | uFlags, | ||
LPCITEMIDLIST | pidl1, | ||
LPCITEMIDLIST | pidl2 | ||
) |
Definition at line 611 of file changenotify.cpp.
EXTERN_C VOID WINAPI SHChangeNotifyReceiveEx | ( | LONG | lEvent, |
UINT | uFlags, | ||
LPCITEMIDLIST | pidl1, | ||
LPCITEMIDLIST | pidl2, | ||
DWORD | dwTick | ||
) |
Definition at line 600 of file changenotify.cpp.
Referenced by SHChangeNotifyReceive(), and SHChangeNotifyTransmit().
EXTERN_C ULONG WINAPI SHChangeNotifyRegister | ( | HWND | hwnd, |
INT | fSources, | ||
LONG | wEventMask, | ||
UINT | uMsg, | ||
INT | cItems, | ||
SHChangeNotifyEntry * | lpItems | ||
) |
Definition at line 393 of file changenotify.cpp.
Referenced by BrsFolder_OnCreate(), CExplorerBand::InitializeExplorerBand(), NTSHChangeNotifyRegister(), OnCreate(), CDefView::OnCreate(), and test_SHChangeNotify().
EXTERN_C BOOL WINAPI SHChangeNotifySuspendResume | ( | BOOL | bSuspend, |
LPITEMIDLIST | pidl, | ||
BOOL | bRecursive, | ||
DWORD | dwReserved | ||
) |
Definition at line 766 of file changenotify.cpp.
EXTERN_C VOID WINAPI SHChangeNotifyTransmit | ( | LONG | lEvent, |
UINT | uFlags, | ||
LPCITEMIDLIST | pidl1, | ||
LPCITEMIDLIST | pidl2, | ||
DWORD | dwTick | ||
) |
Definition at line 617 of file changenotify.cpp.
Referenced by SHChangeNotify().
EXTERN_C BOOL WINAPI SHChangeNotifyUpdateEntryList | ( | DWORD | unknown1, |
DWORD | unknown2, | ||
DWORD | unknown3, | ||
DWORD | unknown4 | ||
) |
Definition at line 548 of file changenotify.cpp.
Definition at line 593 of file changenotify.cpp.
WINE_DEFAULT_DEBUG_CHANNEL | ( | shcn | ) |
|
static |
Definition at line 335 of file changenotify.cpp.
Referenced by DoGetAliasPIDLs(), and DoInitAliasPIDLs().
CRITICAL_SECTION SHELL32_ChangenotifyCS |
Definition at line 12 of file changenotify.cpp.
Referenced by FreeChangeNotifications(), InitChangeNotifications(), and SHChangeNotifyRegister().