Searched defs:pFormatEtc (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDEnumFormat_win.cpp29 UIDnDEnumFormatEtc::UIDnDEnumFormatEtc(FORMATETC *pFormatEtc, ULONG cFormats) argument
37 LogFlowFunc(("pFormatEtc=%p, cFormats=%RU32\n", pFormatEtc, cFormats));
44 i, pFormatEtc[i].cfFormat, UIDnDDataObject::ClipboardFormatToString(pFormatEtc[i].cfFormat),
45 pFormatEtc[i].tymed, pFormatEtc[i].dwAspect));
46 UIDnDEnumFormatEtc::CopyFormat(&m_pFormatEtc[i], &pFormatEtc[i]);
112 STDMETHODIMP UIDnDEnumFormatEtc::Next(ULONG cFormats, FORMATETC *pFormatEtc, ULONG *pcFetched) argument
116 if(cFormats == 0 || pFormatEtc
173 CreateEnumFormatEtc(UINT nNumFormats, FORMATETC *pFormatEtc, IEnumFORMATETC **ppEnumFormatEtc) argument
[all...]
H A DUIDnDDataObject_win.cpp202 * @param pFormatEtc
205 STDMETHODIMP UIDnDDataObject::GetData(FORMATETC *pFormatEtc, STGMEDIUM *pMedium) argument
207 AssertPtrReturn(pFormatEtc, DV_E_FORMATETC);
211 LogFlowFunc(("pFormatEtc=%p, pMedium=%p\n", pFormatEtc, pMedium));
215 if (!LookupFormatEtc(pFormatEtc, &lIndex)) /* Format supported? */
239 pThisFormat->cfFormat, UIDnDDataObject::ClipboardFormatToString(pFormatEtc->cfFormat),
246 if ( (pFormatEtc->tymed & TYMED_HGLOBAL)
247 && (pFormatEtc->dwAspect == DVASPECT_CONTENT)
248 && ( pFormatEtc
487 GetDataHere(FORMATETC *pFormatEtc, STGMEDIUM *pMedium) argument
500 QueryGetData(FORMATETC *pFormatEtc) argument
514 SetData(FORMATETC *pFormatEtc, STGMEDIUM *pMedium, BOOL fRelease) argument
536 DAdvise(FORMATETC *pFormatEtc, DWORD advf, IAdviseSink *pAdvSink, DWORD *pdwConnection) argument
643 LookupFormatEtc(FORMATETC *pFormatEtc, ULONG *puIndex) argument
692 RegisterFormat(FORMATETC *pFormatEtc, CLIPFORMAT clipFormat, TYMED tyMed, LONG lIndex, DWORD dwAspect, DVTARGETDEVICE *pTargetDevice) argument
[all...]
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDEnumFormat.cpp32 VBoxDnDEnumFormatEtc::VBoxDnDEnumFormatEtc(FORMATETC *pFormatEtc, ULONG cFormats) argument
40 LogFlowFunc(("pFormatEtc=%p, cFormats=%RU32\n", pFormatEtc, cFormats));
46 i, pFormatEtc[i].cfFormat, VBoxDnDDataObject::ClipboardFormatToString(pFormatEtc[i].cfFormat),
47 pFormatEtc[i].tymed, pFormatEtc[i].dwAspect));
48 VBoxDnDEnumFormatEtc::CopyFormat(&m_pFormatEtc[i], &pFormatEtc[i]);
114 STDMETHODIMP VBoxDnDEnumFormatEtc::Next(ULONG cFormats, FORMATETC *pFormatEtc, ULONG *pcFetched) argument
118 if(cFormats == 0 || pFormatEtc
175 CreateEnumFormatEtc(UINT nNumFormats, FORMATETC *pFormatEtc, IEnumFORMATETC **ppEnumFormatEtc) argument
[all...]
H A DVBoxDnDDataObject.cpp43 VBoxDnDDataObject::VBoxDnDDataObject(FORMATETC *pFormatEtc, argument
63 if ( pFormatEtc
69 i, pFormatEtc[i].cfFormat, pFormatEtc[i].tymed, pFormatEtc[i].dwAspect));
70 mpFormatEtc[i] = pFormatEtc[i];
130 int VBoxDnDDataObject::CreateDataObject(FORMATETC *pFormatEtc, STGMEDIUM *pStgMeds, argument
133 AssertPtrReturn(pFormatEtc, VERR_INVALID_POINTER);
140 *ppDataObject = new VBoxDnDDataObject(pFormatEtc, pStgMeds, cFormats);
194 * @param pFormatEtc
197 GetData(FORMATETC *pFormatEtc, STGMEDIUM *pMedium) argument
407 GetDataHere(FORMATETC *pFormatEtc, STGMEDIUM *pMedium) argument
420 QueryGetData(FORMATETC *pFormatEtc) argument
435 SetData(FORMATETC *pFormatEtc, STGMEDIUM *pMedium, BOOL fRelease) argument
457 DAdvise(FORMATETC *pFormatEtc, DWORD advf, IAdviseSink *pAdvSink, DWORD *pdwConnection) argument
566 LookupFormatEtc(FORMATETC *pFormatEtc, ULONG *puIndex) argument
613 RegisterFormat(FORMATETC *pFormatEtc, CLIPFORMAT clipFormat, TYMED tyMed, LONG lIndex, DWORD dwAspect, DVTARGETDEVICE *pTargetDevice) argument
[all...]

Completed in 140 milliseconds