Lines Matching refs:pSource
364 DragSource *pSource= (DragSource*)pParams; in DndOleSTAFunc() local
381 AttachThreadInput( threadId , pSource->m_threadIdWindow, TRUE ); in DndOleSTAFunc()
385 pSource->m_spDataObject.get(), in DndOleSTAFunc()
386 static_cast<IDropSource*>(pSource), in DndOleSTAFunc()
387 dndActionsToDropEffects( pSource->m_sourceActions), in DndOleSTAFunc()
393 AttachThreadInput( threadId, pSource->m_threadIdWindow, FALSE); in DndOleSTAFunc()
405 static_cast<SourceContext*>(pSource->m_currentContext.get())->fire_dragDropEnd( in DndOleSTAFunc()
409 pSource->m_currentContext= 0; in DndOleSTAFunc()
411 pSource->m_spDataObject=0; in DndOleSTAFunc()
416 InterlockedDecrement(&pSource->m_RunningDndOperationCount); in DndOleSTAFunc()
420 pSource->release(); in DndOleSTAFunc()