Searched refs:m_wndToolbar (Results 1 – 1 of 1) sorted by relevance
1228 CToolBar *m_wndToolbar = m_hwnd->GetToolBar(); in MouseHook() local1229 UINT nIndex = m_wndToolbar->CommandToIndex(ID_ENDMACRO); in MouseHook()1233 m_wndToolbar->GetWindowRect(&toolbar_rect); in MouseHook()1234 m_wndToolbar->GetItemRect(nIndex, ¯o_end_rect); in MouseHook()1241 nIndex = m_wndToolbar->CommandToIndex(ID_PLAYBACKMACRO); in MouseHook()1242 m_wndToolbar->GetItemRect(nIndex, ¯o_playback_rect); in MouseHook()