|
ReactOS 0.4.16-dev-2206-gc56950d
|
#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 411 of file changenotify.cpp.
Referenced by SHChangeNotifyRegister().
Definition at line 234 of file changenotify.cpp.
Referenced by SHChangeNotification_Lock().
Definition at line 392 of file changenotify.cpp.
Referenced by DoGetAliasPIDLs().
Definition at line 607 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 880 of file changenotify.cpp.
| EXTERN_C ULONG WINAPI NTSHChangeNotifyRegister | ( | HWND | hwnd, |
| INT | fSources, | ||
| LONG | fEvents, | ||
| UINT | msg, | ||
| INT | count, | ||
| SHChangeNotifyEntry * | idlist | ||
| ) |
Definition at line 820 of file changenotify.cpp.
| EXTERN_C HANDLE WINAPI SHChangeNotification_Lock | ( | HANDLE | hTicket, |
| DWORD | dwOwnerPID, | ||
| LPITEMIDLIST ** | lppidls, | ||
| LPLONG | lpwEventId | ||
| ) |
Definition at line 831 of file changenotify.cpp.
Referenced by BrFolder_OnChange(), CChangeNotifyBroker::BrokerNotification(), CDefView::OnChangeNotify(), OnShellNotify(), and testwindow_wndproc().
Definition at line 858 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 676 of file changenotify.cpp.
Referenced by CFSDropTarget::_DoDrop(), COpenWithDialog::Accept(), CRecycleBin_ChangeNotifyBBItem(), delete_files(), DeleteExt(), CDefaultContextMenu::DoCreateNewFolder(), DoInstallFontFile(), DrivesContextMenuCallback(), EditTypeDlg_OnOK(), FinishDlgProc(), FormatDriveThread(), HandleDesktopIniOp(), CZipCreatorImpl::JustDoIt(), NotifyFileSystemChange(), CLayerUIPropPage::OnApply(), CDesktopBrowser::OnDeviceChange(), CShellLink::OnNotify(), CShellLink::Save(), CNewMenu::SelectNewItem(), CDrivesFolder::SetDriveLabel(), CRegFolder::SetNameOf(), SHChangeNotifyWrap(), SHNotifyCopyFileW(), SHNotifyCreateDirectoryW(), SHNotifyDeleteFileW(), SHNotifyMoveFileW(), SHNotifyRemoveDirectoryW(), SHUpdateRecycleBinIcon(), StageThreadFunc(), test_SHChangeNotify(), VfdCloseImage(), VfdOpenImage(), WelcomeDlgProc(), and CIniPropertyBag::Write().
Definition at line 577 of file changenotify.cpp.
Referenced by BrFolder_OnDestroy(), NTSHChangeNotifyDeregister(), CDefView::OnDestroy(), CISFBand::RegisterChangeNotify(), test_SHChangeNotify(), UnInitSHCN(), and CRecycleBinFolderViewCB::~CRecycleBinFolderViewCB().
| EXTERN_C VOID WINAPI SHChangeNotifyReceive | ( | LONG | lEvent, |
| UINT | uFlags, | ||
| LPCITEMIDLIST | pidl1, | ||
| LPCITEMIDLIST | pidl2 | ||
| ) |
Definition at line 661 of file changenotify.cpp.
| EXTERN_C VOID WINAPI SHChangeNotifyReceiveEx | ( | LONG | lEvent, |
| UINT | uFlags, | ||
| LPCITEMIDLIST | pidl1, | ||
| LPCITEMIDLIST | pidl2, | ||
| DWORD | dwTick | ||
| ) |
Definition at line 650 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 443 of file changenotify.cpp.
Referenced by BrFolder_OnInitDialog(), InitSHCN(), NTSHChangeNotifyRegister(), CDefView::OnCreate(), CISFBand::RegisterChangeNotify(), CRecycleBinFolderViewCB::RegisterChangeNotify(), and test_SHChangeNotify().
| EXTERN_C BOOL WINAPI SHChangeNotifySuspendResume | ( | BOOL | bSuspend, |
| LPITEMIDLIST | pidl, | ||
| BOOL | bRecursive, | ||
| DWORD | dwReserved | ||
| ) |
Definition at line 891 of file changenotify.cpp.
| EXTERN_C VOID WINAPI SHChangeNotifyTransmit | ( | LONG | lEvent, |
| UINT | uFlags, | ||
| LPCITEMIDLIST | pidl1, | ||
| LPCITEMIDLIST | pidl2, | ||
| DWORD | dwTick | ||
| ) |
Definition at line 667 of file changenotify.cpp.
Referenced by SHChangeNotify().
| EXTERN_C BOOL WINAPI SHChangeNotifyUpdateEntryList | ( | DWORD | unknown1, |
| DWORD | unknown2, | ||
| DWORD | unknown3, | ||
| DWORD | unknown4 | ||
| ) |
Definition at line 598 of file changenotify.cpp.
Definition at line 643 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 385 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().