| /vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
| H A D | dde.h | 58 short cfFormat; member in struct:__anon13384 66 short cfFormat; member in struct:__anon13385 73 short cfFormat; member in struct:__anon13386
|
| H A D | ole2.h | 129 HANDLE WINAPI OleDuplicateData(HANDLE hSrc, CLIPFORMAT cfFormat, UINT uiFlags);
|
| H A D | urlmon.idl | 199 DWORD cfFormat;
|
| H A D | vfw.h | 1073 HRESULT WINAPI AVIMakeStreamFromClipboard(UINT cfFormat, HANDLE hGlobal, PAVISTREAM * ppstream);
|
| H A D | objidl.idl | 1293 CLIPFORMAT cfFormat;
|
| H A D | urlmon.h | 483 DWORD cfFormat; member in struct:tagRemFORMATETC
|
| H A D | objidl.h | 5474 CLIPFORMAT cfFormat; member in struct:tagFORMATETC
|
| /vbox/src/VBox/Additions/WINNT/VBoxTray/ |
| H A D | VBoxDnDDropTarget.cpp | 133 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 D | VBoxDnDDataObject.cpp | 68 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 D | VBoxDnDEnumFormat.cpp | 45 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 D | dde.h | 68 short cfFormat; member in struct:__anon783 76 short cfFormat; member in struct:__anon784 83 short cfFormat; member in struct:__anon785
|
| H A D | ole2.h | 129 HANDLE WINAPI OleDuplicateData(HANDLE hSrc, CLIPFORMAT cfFormat, UINT uiFlags);
|
| H A D | urlmon.idl | 198 DWORD cfFormat;
|
| H A D | vfw.h | 1073 HRESULT WINAPI AVIMakeStreamFromClipboard(UINT cfFormat, HANDLE hGlobal, PAVISTREAM * ppstream);
|
| H A D | objidl.idl | 1281 CLIPFORMAT cfFormat;
|
| H A D | urlmon.h | 489 DWORD cfFormat; member in struct:tagRemFORMATETC
|
| H A D | objidl.h | 5474 CLIPFORMAT cfFormat; member in struct:tagFORMATETC
|
| /vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
| H A D | UIDnDDataObject_win.cpp | 238 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 D | UIDnDEnumFormat_win.cpp | 43 LogFlowFunc(("Format %RU32: cfFormat=%RI16, sFormat=%s, tyMed=%RU32, dwAspect=%RU32\n", 44 i, pFormatEtc[i].cfFormat, UIDnDDataObject::ClipboardFormatToString(pFormatEtc[i].cfFormat),
|