Lines Matching refs:FORMATETC
43 VBoxDnDDataObject::VBoxDnDDataObject(FORMATETC *pFormatEtc,
58 mpFormatEtc = new FORMATETC[cAllFormats];
59 RT_BZERO(mpFormatEtc, sizeof(FORMATETC) * cAllFormats);
130 int VBoxDnDDataObject::CreateDataObject(FORMATETC *pFormatEtc, STGMEDIUM *pStgMeds,
197 STDMETHODIMP VBoxDnDDataObject::GetData(FORMATETC *pFormatEtc, STGMEDIUM *pMedium)
208 FORMATETC *pThisFormat = &mpFormatEtc[lIndex];
407 STDMETHODIMP VBoxDnDDataObject::GetDataHere(FORMATETC *pFormatEtc, STGMEDIUM *pMedium)
420 STDMETHODIMP VBoxDnDDataObject::QueryGetData(FORMATETC *pFormatEtc)
426 STDMETHODIMP VBoxDnDDataObject::GetCanonicalFormatEtc(FORMATETC *pFormatEct, FORMATETC *pFormatEtcOut)
435 STDMETHODIMP VBoxDnDDataObject::SetData(FORMATETC *pFormatEtc, STGMEDIUM *pMedium, BOOL fRelease)
457 STDMETHODIMP VBoxDnDDataObject::DAdvise(FORMATETC *pFormatEtc, DWORD advf, IAdviseSink *pAdvSink, DWORD *pdwConnection)
566 bool VBoxDnDDataObject::LookupFormatEtc(FORMATETC *pFormatEtc, ULONG *puIndex)
613 void VBoxDnDDataObject::RegisterFormat(FORMATETC *pFormatEtc, CLIPFORMAT clipFormat,