ReactOS 0.4.16-dev-117-g38f21f9
|
#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 153 of file changenotify.cpp.
Referenced by SHChangeNotifyRegister().
|
static |
Definition at line 178 of file changenotify.cpp.
Referenced by CreateNotificationParamAndSend().
|
static |
Definition at line 320 of file changenotify.cpp.
Referenced by SHChangeNotifyReceiveEx().
|
static |
Definition at line 269 of file changenotify.cpp.
Referenced by SHChangeNotifyRegister().
|
static |
Definition at line 387 of file changenotify.cpp.
Referenced by SHChangeNotifyRegister().
Definition at line 234 of file changenotify.cpp.
Referenced by SHChangeNotification_Lock().
Definition at line 368 of file changenotify.cpp.
Referenced by DoGetAliasPIDLs().
Definition at line 583 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(), SHChangeNotify(), SHChangeNotifyDeregister(), and SHChangeNotifyRegister().
Definition at line 46 of file changenotify.cpp.
Referenced by if().
Definition at line 856 of file changenotify.cpp.
EXTERN_C ULONG WINAPI NTSHChangeNotifyRegister | ( | HWND | hwnd, |
INT | fSources, | ||
LONG | fEvents, | ||
UINT | msg, | ||
INT | count, | ||
SHChangeNotifyEntry * | idlist | ||
) |
Definition at line 796 of file changenotify.cpp.
EXTERN_C HANDLE WINAPI SHChangeNotification_Lock | ( | HANDLE | hTicket, |
DWORD | dwOwnerPID, | ||
LPITEMIDLIST ** | lppidls, | ||
LPLONG | lpwEventId | ||
) |
Definition at line 807 of file changenotify.cpp.
Referenced by BrFolder_OnChange(), CChangeNotifyBroker::BrokerNotification(), CDefView::OnChangeNotify(), OnShellNotify(), and testwindow_wndproc().
Definition at line 834 of file changenotify.cpp.
Referenced by BrFolder_OnChange(), CChangeNotifyBroker::BrokerNotification(), CDefView::OnChangeNotify(), OnShellNotify(), and testwindow_wndproc().
EXTERN_C void WINAPI SHChangeNotify | ( | LONG | wEventId, |
UINT | uFlags, | ||
LPCVOID | dwItem1, | ||
LPCVOID | dwItem2 | ||
) |
Definition at line 652 of file changenotify.cpp.
Referenced by CFSDropTarget::_DoDrop(), COpenWithDialog::Accept(), delete_files(), DeleteExt(), CDefaultContextMenu::DoCreateNewFolder(), DrivesContextMenuCallback(), CFontExt::Drop(), EditTypeDlg_OnOK(), FinishDlgProc(), CZipCreatorImpl::JustDoIt(), NotifyFileSystemChange(), CLayerUIPropPage::OnApply(), CDesktopBrowser::OnDeviceChange(), CShellLink::OnNotify(), CShellLink::Save(), CNewMenu::SelectNewItem(), CFSFolder::SetNameOf(), SHChangeNotifyWrap(), SHNotifyCopyFileW(), SHNotifyCreateDirectoryW(), SHNotifyDeleteFileW(), SHNotifyMoveFileW(), SHNotifyRemoveDirectoryW(), SHUpdateRecycleBinIcon(), StageThreadFunc(), test_SHChangeNotify(), VfdCloseImage(), VfdOpenImage(), WelcomeDlgProc(), and CIniPropertyBag::Write().
Definition at line 553 of file changenotify.cpp.
Referenced by BrFolder_OnDestroy(), NTSHChangeNotifyDeregister(), CDefView::OnDestroy(), test_SHChangeNotify(), and UnInitSHCN().
EXTERN_C VOID WINAPI SHChangeNotifyReceive | ( | LONG | lEvent, |
UINT | uFlags, | ||
LPCITEMIDLIST | pidl1, | ||
LPCITEMIDLIST | pidl2 | ||
) |
Definition at line 637 of file changenotify.cpp.
EXTERN_C VOID WINAPI SHChangeNotifyReceiveEx | ( | LONG | lEvent, |
UINT | uFlags, | ||
LPCITEMIDLIST | pidl1, | ||
LPCITEMIDLIST | pidl2, | ||
DWORD | dwTick | ||
) |
Definition at line 626 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 419 of file changenotify.cpp.
Referenced by BrFolder_OnInitDialog(), InitSHCN(), NTSHChangeNotifyRegister(), CDefView::OnCreate(), and test_SHChangeNotify().
EXTERN_C BOOL WINAPI SHChangeNotifySuspendResume | ( | BOOL | bSuspend, |
LPITEMIDLIST | pidl, | ||
BOOL | bRecursive, | ||
DWORD | dwReserved | ||
) |
Definition at line 867 of file changenotify.cpp.
EXTERN_C VOID WINAPI SHChangeNotifyTransmit | ( | LONG | lEvent, |
UINT | uFlags, | ||
LPCITEMIDLIST | pidl1, | ||
LPCITEMIDLIST | pidl2, | ||
DWORD | dwTick | ||
) |
Definition at line 643 of file changenotify.cpp.
Referenced by SHChangeNotify().
EXTERN_C BOOL WINAPI SHChangeNotifyUpdateEntryList | ( | DWORD | unknown1, |
DWORD | unknown2, | ||
DWORD | unknown3, | ||
DWORD | unknown4 | ||
) |
Definition at line 574 of file changenotify.cpp.
Definition at line 619 of file changenotify.cpp.
|
static |
Definition at line 61 of file changenotify.cpp.
Referenced by SHChangeNotify().
WINE_DEFAULT_DEBUG_CHANNEL | ( | shcn | ) |
|
static |
Definition at line 361 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().