Lines Matching refs:m_hWnd
76 m_hWnd = *(HWND*)aArguments[1].getValue(); in initialize()
77 debug_printf("DragSource::initialize hwnd %x", m_hWnd); in initialize()
79 SetWindowDragSourcePtr( m_hWnd, this); in initialize()
84 debug_printf("DragSource::disposing hwnd %x", m_hWnd); in disposing()
85 SetWindowDragSourcePtr( m_hWnd, 0); in disposing()
113 m_hWnd, sourceActions); in startDrag()
124 g_DragSourceHwnd = m_hWnd; in startDrag()
141 pSourceDraginfo->hwndSource = m_hWnd; in startDrag()
146 dragItem.hwndItem = m_hWnd; in startDrag()
165 hwndTarget = DrgDrag( m_hWnd, pSourceDraginfo, &dimg, 1L, VK_BUTTON2, NULL); in startDrag()
169 WinPostMsg( m_hWnd, DM_AOO_ENDCONVERSATION, in startDrag()