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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDataObject_win.cpp215 if (!LookupFormatEtc(pFormatEtc, &lIndex)) /* Format supported? */
502 return (LookupFormatEtc(pFormatEtc, NULL /* puIndex */)) ? S_OK : DV_E_FORMATETC;
643 bool UIDnDDataObject::LookupFormatEtc(FORMATETC *pFormatEtc, ULONG *puIndex) function in class:UIDnDDataObject
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDataObject.cpp203 if (!LookupFormatEtc(pFormatEtc, &lIndex)) /* Format supported? */
423 return (LookupFormatEtc(pFormatEtc, NULL /* puIndex */)) ? S_OK : DV_E_FORMATETC;
566 bool VBoxDnDDataObject::LookupFormatEtc(FORMATETC *pFormatEtc, ULONG *puIndex) function in class:VBoxDnDDataObject

Completed in 45 milliseconds