Searched refs:DROPFILES (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDataObject.cpp311 size_t cbBuf = sizeof(DROPFILES) + ((cchFiles + 1) * sizeof(RTUTF16));
312 DROPFILES *pBuf = (DROPFILES *)RTMemAllocZ(cbBuf);
315 pBuf->pFiles = sizeof(DROPFILES);
H A DVBoxDnDDropTarget.cpp19 #include <Shlobj.h> /* For DROPFILES and friends. */
373 DROPFILES *pDropFiles = (DROPFILES *)pvData;
378 Assert(pDropFiles->pFiles >= sizeof(DROPFILES));
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDataObject_win.cpp342 size_t cbBuf = sizeof(DROPFILES) + ((cchFiles + 1) * sizeof(RTUTF16));
343 DROPFILES *pDropFiles = (DROPFILES *)RTMemAllocZ(cbBuf);
346 pDropFiles->pFiles = sizeof(DROPFILES);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dshlobj.h1510 * DROPFILES for CF_HDROP and CF_PRINTERS
1518 } DROPFILES, *LPDROPFILES; typedef in typeref:struct:_DROPFILES
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dshlobj.h1568 * DROPFILES for CF_HDROP and CF_PRINTERS
1576 } DROPFILES, *LPDROPFILES; typedef in typeref:struct:_DROPFILES

Completed in 80 milliseconds