Lines Matching refs:dragItem
115 DRAGITEM dragItem; in startDrag() local
146 dragItem.hwndItem = m_hWnd; in startDrag()
147 dragItem.ulItemID = 1; in startDrag()
148 dragItem.hstrType = hstrType; in startDrag()
149 dragItem.hstrRMF = hstrRMF; in startDrag()
150 dragItem.hstrContainerName = NULL; // force rendering in startDrag()
151 dragItem.hstrSourceName = NULL; in startDrag()
152 dragItem.hstrTargetName = NULL; in startDrag()
153 dragItem.fsControl = 0; in startDrag()
154 dragItem.fsSupportedOps = DO_COPYABLE | DO_MOVEABLE | DO_LINKABLE; in startDrag()
162 DrgSetDragitem( pSourceDraginfo, &dragItem, sizeof(dragItem), 0); in startDrag()