Searched refs:cfFormat (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddde.h58 short cfFormat; member in struct:__anon13384
66 short cfFormat; member in struct:__anon13385
73 short cfFormat; member in struct:__anon13386
H A Dole2.h129 HANDLE WINAPI OleDuplicateData(HANDLE hSrc, CLIPFORMAT cfFormat, UINT uiFlags);
H A Durlmon.idl199 DWORD cfFormat;
H A Dvfw.h1073 HRESULT WINAPI AVIMakeStreamFromClipboard(UINT cfFormat, HANDLE hGlobal, PAVISTREAM * ppstream);
H A Dobjidl.idl1293 CLIPFORMAT cfFormat;
H A Durlmon.h483 DWORD cfFormat; member in struct:tagRemFORMATETC
H A Dobjidl.h5474 CLIPFORMAT cfFormat; member in struct:tagFORMATETC
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDropTarget.cpp133 fmtEtc.cfFormat = CF_UNICODETEXT;
143 fmtEtc.cfFormat = CF_TEXT;
152 fmtEtc.cfFormat = 0; /* Mark it to not supported. */
158 if (fmtEtc.cfFormat)
161 fmtEtc.cfFormat, VBoxDnDDataObject::ClipboardFormatToString(fmtEtc.cfFormat)));
197 hr2 = GetClipboardFormatNameW(curFormatEtc.cfFormat, wszCfName,
200 curFormatEtc.cfFormat,
201 VBoxDnDDataObject::ClipboardFormatToString(curFormatEtc.cfFormat),
218 LogFlowFunc(("Returning cfFormat
[all...]
H A DVBoxDnDDataObject.cpp68 LogFlowFunc(("Format %RU32: cfFormat=%RI16, tyMed=%RU32, dwAspect=%RU32\n",
69 i, pFormatEtc[i].cfFormat, pFormatEtc[i].tymed, pFormatEtc[i].dwAspect));
228 LogFlowFunc(("cfFormat=%RI16, sFormat=%s, tyMed=%RU32, dwAspect=%RU32\n",
229 pThisFormat->cfFormat, VBoxDnDDataObject::ClipboardFormatToString(pFormatEtc->cfFormat),
259 && (pFormatEtc->cfFormat == CF_FILECONTENTS))
265 && (pFormatEtc->cfFormat == CF_FILEDESCRIPTOR))
270 && (pFormatEtc->cfFormat == CF_PREFERREDDROPEFFECT))
285 && (pFormatEtc->cfFormat == CF_TEXT))
300 && (pFormatEtc->cfFormat
[all...]
H A DVBoxDnDEnumFormat.cpp45 LogFlowFunc(("Format %RU32: cfFormat=%RI16, sFormat=%s, tyMed=%RU32, dwAspect=%RU32\n",
46 i, pFormatEtc[i].cfFormat, VBoxDnDDataObject::ClipboardFormatToString(pFormatEtc[i].cfFormat),
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddde.h68 short cfFormat; member in struct:__anon783
76 short cfFormat; member in struct:__anon784
83 short cfFormat; member in struct:__anon785
H A Dole2.h129 HANDLE WINAPI OleDuplicateData(HANDLE hSrc, CLIPFORMAT cfFormat, UINT uiFlags);
H A Durlmon.idl198 DWORD cfFormat;
H A Dvfw.h1073 HRESULT WINAPI AVIMakeStreamFromClipboard(UINT cfFormat, HANDLE hGlobal, PAVISTREAM * ppstream);
H A Dobjidl.idl1281 CLIPFORMAT cfFormat;
H A Durlmon.h489 DWORD cfFormat; member in struct:tagRemFORMATETC
H A Dobjidl.h5474 CLIPFORMAT cfFormat; member in struct:tagFORMATETC
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDataObject_win.cpp238 LogFlowFunc(("cfFormat=%RI16, sFormat=%s, tyMed=%RU32, dwAspect=%RU32\n",
239 pThisFormat->cfFormat, UIDnDDataObject::ClipboardFormatToString(pFormatEtc->cfFormat),
248 && ( pFormatEtc->cfFormat == CF_TEXT
249 || pFormatEtc->cfFormat == CF_UNICODETEXT)
257 && (pFormatEtc->cfFormat == CF_HDROP))
265 && (pFormatEtc->cfFormat == CF_FILECONTENTS))
271 && (pFormatEtc->cfFormat == CF_FILEDESCRIPTOR))
276 && (pFormatEtc->cfFormat == CF_PREFERREDDROPEFFECT))
406 bool fUnicode = pFormatEtc->cfFormat
[all...]
H A DUIDnDEnumFormat_win.cpp43 LogFlowFunc(("Format %RU32: cfFormat=%RI16, sFormat=%s, tyMed=%RU32, dwAspect=%RU32\n",
44 i, pFormatEtc[i].cfFormat, UIDnDDataObject::ClipboardFormatToString(pFormatEtc[i].cfFormat),

Completed in 232 milliseconds