#include "shelldesktop.h"
#include "shlwapi_undoc.h"
#include "CDirectoryWatcher.h"
#include <assert.h>
Go to the source code of this file.
◆ RETURN
Value: do { \
TRACE(
"ShouldNotify return %d\n", (
x)); \
} while (0)
GLint GLint GLint GLint GLint x
◆ CChangeNotifyServer_CreateInstance()
◆ CreateDirectoryWatcherFromRegEntry()
Definition at line 190 of file CChangeNotifyServer.cpp.
191{
192 if (pRegEntry->
ibPidl == 0)
194
195
200
201
204 if (pDirectoryWatcher ==
NULL)
206
207 return pDirectoryWatcher;
208}
static CDirectoryWatcher * Create(HWND hNotifyWnd, LPCWSTR pszDirectoryPath, BOOL fSubTree)
BOOL WINAPI PathIsDirectoryW(LPCWSTR lpszPath)
BOOL WINAPI SHGetPathFromIDListW(LPCITEMIDLIST pidl, LPWSTR pszPath)
ITEMIDLIST UNALIGNED * LPITEMIDLIST
Referenced by CChangeNotifyServer::OnRegister().
◆ WINE_DEFAULT_DEBUG_CHANNEL()
WINE_DEFAULT_DEBUG_CHANNEL |
( |
shcn |
| ) |
|