Home
last modified time | relevance | path

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

/trunk/main/dtrans/source/os2/dnd/
H A DDragSource.cxx49 pSourceDraginfo(NULL), in DragSource()
140 pSourceDraginfo = DrgAllocDraginfo(1); in startDrag()
141 pSourceDraginfo->hwndSource = m_hWnd; in startDrag()
162 DrgSetDragitem( pSourceDraginfo, &dragItem, sizeof(dragItem), 0); in startDrag()
165 hwndTarget = DrgDrag( m_hWnd, pSourceDraginfo, &dimg, 1L, VK_BUTTON2, NULL); in startDrag()
379 if (pSourceDraginfo) { in endConversation()
382 effect = SystemToOfficeDragActions( pSourceDraginfo->usOperation); in endConversation()
383 debug_printf("DragSource::endConversation usOperation 0x%x", pSourceDraginfo->usOperation); in endConversation()
384 DrgDeleteDraginfoStrHandles( pSourceDraginfo); in endConversation()
385 DrgFreeDraginfo( pSourceDraginfo); in endConversation()
[all …]
H A DDragSource.hxx65 PDRAGINFO pSourceDraginfo; member in DragSource

Completed in 17 milliseconds