Lines Matching refs:m_pDropTarget
62 m_pDropTarget( NULL), in DropTarget()
102 if( m_pDropTarget) in disposing()
104 CoLockObjectExternal( m_pDropTarget, FALSE, TRUE); in disposing()
105 m_pDropTarget->Release(); in disposing()
151 m_pDropTarget= new IDropTargetImpl( *static_cast<DropTarget*>( this) ); in initialize()
152 m_pDropTarget->AddRef(); in initialize()
181 m_pDropTarget= new IDropTargetImpl( *static_cast<DropTarget*>( this) ); in initialize()
182 m_pDropTarget->AddRef(); in initialize()
184 if( SUCCEEDED( CoLockObjectExternal( m_pDropTarget, TRUE, FALSE))) in initialize()
186 if( FAILED( RegisterDragDrop( m_hWnd, m_pDropTarget) ) ) in initialize()
189 CoLockObjectExternal( m_pDropTarget, FALSE, FALSE); in initialize()
190 m_pDropTarget->Release(); in initialize()
230 if( SUCCEEDED( CoLockObjectExternal(pTarget-> m_pDropTarget, TRUE, FALSE))) in DndTargetOleSTAFunc()
232 if( FAILED( RegisterDragDrop( pTarget-> m_hWnd, pTarget-> m_pDropTarget) ) ) in DndTargetOleSTAFunc()
235 CoLockObjectExternal( pTarget->m_pDropTarget, FALSE, FALSE); in DndTargetOleSTAFunc()
236 pTarget->m_pDropTarget->Release(); in DndTargetOleSTAFunc()