Searched refs:puIndex (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDataObject_win.h81 bool LookupFormatEtc(FORMATETC *pFormatEtc, ULONG *puIndex);
H A DUIDnDDataObject_win.cpp502 return (LookupFormatEtc(pFormatEtc, NULL /* puIndex */)) ? S_OK : DV_E_FORMATETC;
643 bool UIDnDDataObject::LookupFormatEtc(FORMATETC *pFormatEtc, ULONG *puIndex) argument
646 /* puIndex is optional. */
659 if (puIndex)
660 *puIndex = i;
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDataObject.cpp423 return (LookupFormatEtc(pFormatEtc, NULL /* puIndex */)) ? S_OK : DV_E_FORMATETC;
566 bool VBoxDnDDataObject::LookupFormatEtc(FORMATETC *pFormatEtc, ULONG *puIndex) argument
569 /* puIndex is optional. */
580 if (puIndex)
581 *puIndex = i;
H A DVBoxDnD.h83 bool LookupFormatEtc(FORMATETC *pFormatEtc, ULONG *puIndex);

Completed in 46 milliseconds