Searched refs:m_pIDataObject (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/ole/
H A Ddataobj.h33 IDataObject *GetInterface() const { return m_pIDataObject; }
74 IDataObject *m_pIDataObject; // pointer to the COM interface member in class:wxDataObject
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Ddroptgt.cpp77 IDataObject *m_pIDataObject; // !NULL between DragEnter and DragLeave/Drop member in class:wxIDropTarget
137 m_pIDataObject = NULL;
166 wxASSERT_MSG( m_pIDataObject == NULL,
198 m_pIDataObject = pIDataSource;
199 m_pIDataObject->AddRef();
233 if ( m_pIDataObject ) {
272 RELEASE_AND_NULL(m_pIDataObject);
295 wxASSERT( m_pIDataObject == pIDataSource );
326 RELEASE_AND_NULL(m_pIDataObject);
H A Ddataobj.cpp664 m_pIDataObject = new wxIDataObject(this);
665 m_pIDataObject->AddRef();
670 ReleaseInterface(m_pIDataObject);
675 ((wxIDataObject *)m_pIDataObject)->SetDeleteFlag();
676 m_pIDataObject->Release();
679 m_pIDataObject = NULL;

Completed in 25 milliseconds