Lines Matching refs:cfFormat
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=%RI16, pdwEffect=%ld, hr=%Rhrc\n",
219 fmtEtc.cfFormat, *pdwEffect, hr));
228 LogFlowFunc(("cfFormat=%RI16, grfKeyState=0x%x, x=%ld, y=%ld\n",
229 mFormatEtc.cfFormat, grfKeyState, pt.x, pt.y));
232 if (mFormatEtc.cfFormat)
252 LogFlowFunc(("cfFormat=%RI16\n", mFormatEtc.cfFormat));
268 LogFlowFunc(("mFormatEtc.cfFormat=%RI16 (%s), pDataObject=0x%p, grfKeyState=0x%x, x=%ld, y=%ld\n",
269 mFormatEtc.cfFormat, VBoxDnDDataObject::ClipboardFormatToString(mFormatEtc.cfFormat),
274 if (mFormatEtc.cfFormat) /* Did we get a supported format yet? */
280 ("Data format changed between DragEnter() and Drop(), cfFormat=%RI16 (%s), hr=%Rhrc\n",
281 mFormatEtc.cfFormat, VBoxDnDDataObject::ClipboardFormatToString(mFormatEtc.cfFormat),
324 switch (mFormatEtc.cfFormat)
498 mFormatEtc.cfFormat,
499 VBoxDnDDataObject::ClipboardFormatToString(mFormatEtc.cfFormat)));
540 LogFlowFunc(("Returning with hr=%Rhrc (%Rrc), mFormatEtc.cfFormat=%RI16 (%s), *pdwEffect=%RI32\n",
541 hr, rc, mFormatEtc.cfFormat, VBoxDnDDataObject::ClipboardFormatToString(mFormatEtc.cfFormat),