Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/explorer-old/utility/
H A Ddragdropimpl.h216 IDragSourceHelper* pDragSourceHelper; variable
225 (void**)&pDragSourceHelper))) in DragSourceHelper()
226 pDragSourceHelper = NULL; in DragSourceHelper()
231 if (pDragSourceHelper != NULL) in ~DragSourceHelper()
233 pDragSourceHelper->Release(); in ~DragSourceHelper()
234 pDragSourceHelper=NULL; in ~DragSourceHelper()
246 if (pDragSourceHelper == NULL)
258 return pDragSourceHelper->InitializeFromBitmap(&di, pDataObject);
263 if (pDragSourceHelper == NULL) in InitializeFromWindow()
265 return pDragSourceHelper->InitializeFromWindow(hwnd, &pt, pDataObject); in InitializeFromWindow()