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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDataObject_win.cpp123 TYMED_ISTREAM, 0 /* lIndex */);
214 ULONG lIndex; local
215 if (!LookupFormatEtc(pFormatEtc, &lIndex)) /* Format supported? */
217 if (lIndex >= mcFormats) /* Paranoia. */
220 FORMATETC *pThisFormat = &mpFormatEtc[lIndex];
223 STGMEDIUM *pThisMedium = &mpStgMedium[lIndex];
693 TYMED tyMed, LONG lIndex, DWORD dwAspect,
700 pFormatEtc->lindex = lIndex;
692 RegisterFormat(FORMATETC *pFormatEtc, CLIPFORMAT clipFormat, TYMED tyMed, LONG lIndex, DWORD dwAspect, DVTARGETDEVICE *pTargetDevice) argument
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDataObject.cpp96 TYMED_ISTREAM, 0 /* lIndex */);
202 ULONG lIndex; local
203 if (!LookupFormatEtc(pFormatEtc, &lIndex)) /* Format supported? */
205 if (lIndex >= mcFormats) /* Paranoia. */
208 FORMATETC *pThisFormat = &mpFormatEtc[lIndex];
211 STGMEDIUM *pThisMedium = &mpStgMedium[lIndex];
614 TYMED tyMed, LONG lIndex, DWORD dwAspect,
621 pFormatEtc->lindex = lIndex;
613 RegisterFormat(FORMATETC *pFormatEtc, CLIPFORMAT clipFormat, TYMED tyMed, LONG lIndex, DWORD dwAspect, DVTARGETDEVICE *pTargetDevice) argument
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddmusicf.h637 LONG lIndex; member in struct:_DMUS_IO_TOOL_HEADER
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddmusicf.h639 LONG lIndex; member in struct:_DMUS_IO_TOOL_HEADER

Completed in 143 milliseconds