Home
last modified time | relevance | path

Searched refs:m_hNotifyWnd (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/shell32/shelldesktop/
H A DCDirectoryWatcher.cpp72 : m_hNotifyWnd(hNotifyWnd) in CDirectoryWatcher()
387 m_hNotifyWnd = NULL; in QuitWatching()
393 if (m_hNotifyWnd && !::IsWindow(m_hNotifyWnd)) in IsDead()
395 m_hNotifyWnd = NULL; in IsDead()
H A DCDirectoryWatcher.h32 HWND m_hNotifyWnd;
/reactos/dll/win32/msutb/
H A Dmsutb.cpp1106 HWND m_hNotifyWnd; member in CTrayIconWnd
3251 pWnd->m_hNotifyWnd = hWnd; in EnumChildWndProc()
3273 if (!m_hNotifyWnd) in FindTrayEtc()
3283 if (!::IsWindow(m_hNotifyWnd)) in GetNotifyWnd()
3285 return m_hNotifyWnd; in GetNotifyWnd()