|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <CChangeNotifyServer.h>

Public Attributes | |
| DWORD | dwMagic |
| DWORD | cbSize |
| UINT | nRegID |
| HWND | hwnd |
| UINT | uMsg |
| INT | fSources |
| LONG | fEvents |
| BOOL | fRecursive |
| HWND | hwndBroker |
| UINT | ibPidl |
Definition at line 66 of file CChangeNotifyServer.h.
| DWORD REGENTRY::cbSize |
Definition at line 69 of file CChangeNotifyServer.h.
Referenced by CreateRegistrationParam(), and CChangeNotifyServer::OnRegister().
| DWORD REGENTRY::dwMagic |
Definition at line 68 of file CChangeNotifyServer.h.
Referenced by CreateRegistrationParam(), CChangeNotifyServer::DeliverNotification(), and CChangeNotifyServer::OnRegister().
| LONG REGENTRY::fEvents |
Definition at line 74 of file CChangeNotifyServer.h.
Referenced by CreateRegistrationParam(), and CChangeNotifyServer::ShouldNotify().
| BOOL REGENTRY::fRecursive |
Definition at line 75 of file CChangeNotifyServer.h.
Referenced by CreateDirectoryWatcherFromRegEntry(), CreateRegistrationParam(), and CChangeNotifyServer::ShouldNotify().
| INT REGENTRY::fSources |
Definition at line 73 of file CChangeNotifyServer.h.
Referenced by CreateRegistrationParam(), CChangeNotifyServer::OnRegister(), and CChangeNotifyServer::ShouldNotify().
| HWND REGENTRY::hwnd |
Definition at line 71 of file CChangeNotifyServer.h.
Referenced by CreateDirectoryWatcherFromRegEntry(), CreateRegistrationParam(), CChangeNotifyServer::DeliverNotification(), and CChangeNotifyServer::OnRegister().
| HWND REGENTRY::hwndBroker |
Definition at line 76 of file CChangeNotifyServer.h.
Referenced by CreateRegistrationParam(), and CChangeNotifyServer::OnRegister().
| UINT REGENTRY::ibPidl |
Definition at line 77 of file CChangeNotifyServer.h.
Referenced by CreateDirectoryWatcherFromRegEntry(), CreateRegistrationParam(), CChangeNotifyServer::OnRegister(), and CChangeNotifyServer::ShouldNotify().
| UINT REGENTRY::nRegID |
Definition at line 70 of file CChangeNotifyServer.h.
Referenced by CreateRegistrationParam(), CChangeNotifyServer::OnRegister(), and SHChangeNotifyRegister().
| UINT REGENTRY::uMsg |
Definition at line 72 of file CChangeNotifyServer.h.
Referenced by CreateRegistrationParam(), and CChangeNotifyServer::DeliverNotification().