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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDropTarget.cpp121 FORMATETC fmtEtc = { CF_HDROP, 0, DVASPECT_CONTENT, -1, TYMED_HGLOBAL }; local
122 HRESULT hr = pDataObject->QueryGetData(&fmtEtc);
133 fmtEtc.cfFormat = CF_UNICODETEXT;
134 hr = pDataObject->QueryGetData(&fmtEtc);
143 fmtEtc.cfFormat = CF_TEXT;
144 hr = pDataObject->QueryGetData(&fmtEtc);
152 fmtEtc.cfFormat = 0; /* Mark it to not supported. */
158 if (fmtEtc.cfFormat)
161 fmtEtc.cfFormat, VBoxDnDDataObject::ClipboardFormatToString(fmtEtc
[all...]

Completed in 32 milliseconds