Home
last modified time | relevance | path

Searched refs:WM_BROKER_NOTIFICATION (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/shell32/shelldesktop/
H A DCChangeNotifyServer.h48 #define WM_BROKER_NOTIFICATION (WM_USER + 1) /* 0x401 */ macro
/reactos/dll/win32/shell32/
H A Dchangenotify.cpp121 MESSAGE_HANDLER(WM_BROKER_NOTIFICATION, OnBrokerNotification)
454 uMsg = WM_BROKER_NOTIFICATION; in SHChangeNotifyRegister()