Searched refs:cFormats (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDEnumFormat_win.h27 UIDnDEnumFormatEtc(FORMATETC *pFormatEtc, ULONG cFormats);
36 STDMETHOD(Next)(ULONG cFormats, FORMATETC *pFormatEtc, ULONG *pcFetched);
37 STDMETHOD(Skip)(ULONG cFormats);
44 static HRESULT CreateEnumFormatEtc(UINT cFormats, FORMATETC *pFormatEtc, IEnumFORMATETC **ppEnumFormatEtc);
H A DUIDnDEnumFormat_win.cpp29 UIDnDEnumFormatEtc::UIDnDEnumFormatEtc(FORMATETC *pFormatEtc, ULONG cFormats) argument
37 LogFlowFunc(("pFormatEtc=%p, cFormats=%RU32\n", pFormatEtc, cFormats));
38 if (cFormats)
39 m_pFormatEtc = new FORMATETC[cFormats];
41 for (ULONG i = 0; i < cFormats; i++)
49 m_nNumFormats = cFormats;
112 STDMETHODIMP UIDnDEnumFormatEtc::Next(ULONG cFormats, FORMATETC *pFormatEtc, ULONG *pcFetched) argument
116 if(cFormats == 0 || pFormatEtc == 0)
120 && ulCopied < cFormats)
134 Skip(ULONG cFormats) argument
[all...]
H A DUIDnDDataObject_win.cpp119 RegisterFormat(&mpFormatEtc[cFormats++],
121 RegisterFormat(&mpFormatEtc[cFormats++],
126 RegisterFormat(&mpFormatEtc[cFormats++],
128 RegisterFormat(&mpFormatEtc[cFormats++],
130 RegisterFormat(&mpFormatEtc[cFormats++],
132 RegisterFormat(&mpFormatEtc[cFormats++],
/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));
41 m_pFormatEtc = new FORMATETC[cFormats];
43 for (ULONG i = 0; i < cFormats; i++)
51 m_nNumFormats = cFormats;
114 STDMETHODIMP VBoxDnDEnumFormatEtc::Next(ULONG cFormats, FORMATETC *pFormatEtc, ULONG *pcFetched) argument
118 if(cFormats == 0 || pFormatEtc == 0)
122 && ulCopied < cFormats)
133 return (ulCopied == cFormats)
136 Skip(ULONG cFormats) argument
[all...]
H A DVBoxDnDDataObject.cpp44 STGMEDIUM *pStgMed, ULONG cFormats)
54 ULONG cAllFormats = cFormats + 1;
66 for (ULONG i = 0; i < cFormats; i++)
88 RegisterFormat(&mpFormatEtc[cFormats], CF_HDROP);
89 mpStgMedium[cFormats++].tymed = TYMED_HGLOBAL;
92 RegisterFormat(&mpFormatEtc[cFormats++],
94 RegisterFormat(&mpFormatEtc[cFormats++],
99 RegisterFormat(&mpFormatEtc[cFormats++],
101 RegisterFormat(&mpFormatEtc[cFormats++],
103 RegisterFormat(&mpFormatEtc[cFormats
43 VBoxDnDDataObject(FORMATETC *pFormatEtc, STGMEDIUM *pStgMed, ULONG cFormats) argument
130 CreateDataObject(FORMATETC *pFormatEtc, STGMEDIUM *pStgMeds, ULONG cFormats, IDataObject **ppDataObject) argument
[all...]
H A DVBoxDnD.h48 VBoxDnDDataObject(FORMATETC *pFormatEtc = NULL, STGMEDIUM *pStgMed = NULL, ULONG cFormats = 0);
54 ULONG cFormats, IDataObject **ppDataObject);
183 VBoxDnDEnumFormatEtc(FORMATETC *pFormatEtc, ULONG cFormats);
192 STDMETHOD(Next)(ULONG cFormats, FORMATETC *pFormatEtc, ULONG *pcFetched);
193 STDMETHOD(Skip)(ULONG cFormats);
200 static HRESULT CreateEnumFormatEtc(UINT cFormats, FORMATETC *pFormatEtc, IEnumFORMATETC **ppEnumFormatEtc);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3DIf.cpp864 uint32_t cFormats = RT_ELEMENTS(gVBoxFormatOpsBase); local
872 cOverlayFormats += pVhwa->Settings.cFormats;
876 cFormats += cOverlayFormats;
879 uint32_t cbFormatOps = cFormats * sizeof (FORMATOP);
898 for (uint32_t j = 0; j < pVhwa->Settings.cFormats; ++j)
902 hr = vboxFormatOpsMerge((FORMATOP *)pAdapter->Formats.paFormstOps, &pAdapter->Formats.cFormstOps, cFormats, &fo);
921 for (uint32_t j = 0; j < pVhwa->Settings.cFormats; ++j)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwincodec.idl538 [in] UINT cFormats,
539 [in, out, unique, size_is(cFormats)] GUID *pguidPixelFormats,
776 [in] UINT cFormats,
777 [in, out, size_is(cFormats)] WICPixelFormatGUID *pPixelFormatGUIDs,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwincodec.idl374 [in] UINT cFormats,
375 [in, out, unique, size_is(cFormats)] GUID *pguidPixelFormats,
612 [in] UINT cFormats,
613 [in, out, size_is(cFormats)] WICPixelFormatGUID *pPixelFormatGUIDs,
/vbox/include/VBox/HostServices/
H A DDragAndDropSvc.h203 HGCMFunctionParameter cFormats; /* OUT uint32_t */ member in struct:DragAndDropSvc::VBOXDNDHGACTIONMSG
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVhwa.cpp399 pSettings->cFormats = 0;
401 pSettings->aFormats[pSettings->cFormats] = D3DDDIFMT_X8R8G8B8;
402 ++pSettings->cFormats;
412 pSettings->aFormats[pSettings->cFormats] = (D3DDDIFORMAT)pInfo2->FourCC[i];
413 ++pSettings->cFormats;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/common/wddm/
H A DVBoxMPIf.h205 uint32_t cFormats; member in struct:VBOXVHWA_INFO
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibDragAndDrop.cpp127 Msg.cFormats.SetUInt32(0);
140 rc = Msg.cFormats.GetUInt32(pcbFormatsRecv); AssertRC(rc);

Completed in 70 milliseconds