Searched refs:IDropTargetImpl (Results 1 – 3 of 3) sorted by relevance
35 IDropTargetImpl::IDropTargetImpl( DropTarget& pTarget): m_nRefCount( 0), in IDropTargetImpl() function in IDropTargetImpl41 IDropTargetImpl::~IDropTargetImpl() in ~IDropTargetImpl()48 HRESULT STDMETHODCALLTYPE IDropTargetImpl::QueryInterface( REFIID riid, void **ppvObject) in QueryInterface()69 ULONG STDMETHODCALLTYPE IDropTargetImpl::AddRef( void) in AddRef()74 ULONG STDMETHODCALLTYPE IDropTargetImpl::Release( void) in Release()82 STDMETHODIMP IDropTargetImpl::DragEnter( IDataObject __RPC_FAR *pDataObj, in DragEnter()91 STDMETHODIMP IDropTargetImpl::DragOver( DWORD grfKeyState, in DragOver()98 STDMETHODIMP IDropTargetImpl::DragLeave( void) in DragLeave()103 STDMETHODIMP IDropTargetImpl::Drop( IDataObject *pDataObj, in Drop()
28 class IDropTargetImpl: public IDropTarget class34 virtual ~IDropTargetImpl(); // delete is only called by IUnknown::Release 35 IDropTargetImpl( const IDropTargetImpl& );36 IDropTargetImpl& operator=( const IDropTargetImpl& );38 IDropTargetImpl( DropTarget& pTarget);
151 m_pDropTarget= new IDropTargetImpl( *static_cast<DropTarget*>( this) ); in initialize()181 m_pDropTarget= new IDropTargetImpl( *static_cast<DropTarget*>( this) ); in initialize()
Completed in 20 milliseconds