Home
last modified time | relevance | path

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

/reactos/base/shell/explorer/
H A Dtrayntfy.cpp45 HWND m_hwndClock; member in CTrayNotifyWnd
58 m_hwndClock(NULL), in CTrayNotifyWnd()
118 hr = IUnknown_GetWindow(m_clock, &m_hwndClock); in OnCreate()
158 … ::SendMessage(m_hwndClock, TNWM_GETMINIMUMSIZE, (WPARAM) IsHorizontal, (LPARAM) &clockSize); in GetMinimumSize()
326 ::SetWindowPos(m_hwndClock, in AlignControls()
459 if (reinterpret_cast<HWND>(wParam) == m_hwndClock) in OnCtxMenu()
467 return SendMessageW(m_hwndClock, uMsg, wParam, lParam); in OnClockMessage()