Searched refs:wEventMask (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/shell32/ |
H A D | changenotify.cpp | 419 SHChangeNotifyRegister(HWND hwnd, INT fSources, LONG wEventMask, UINT uMsg, in SHChangeNotifyRegister() argument 430 hwnd, fSources, wEventMask, uMsg, cItems, lpItems); in SHChangeNotifyRegister() 433 if (wEventMask == 0 || cItems <= 0 || cItems > 0x7FFF || lpItems == NULL || in SHChangeNotifyRegister() 464 hRegEntry = CreateRegistrationParam(nRegID, hwnd, uMsg, fSources, wEventMask, in SHChangeNotifyRegister() 506 hRegEntry = CreateRegistrationParam(nRegID, hwnd, uMsg, fSources, wEventMask, in SHChangeNotifyRegister() 526 hRegEntry = CreateRegistrationParam(nRegID, hwnd, uMsg, fSources, wEventMask, in SHChangeNotifyRegister()
|