- Timestamp:
- Jul 30, 2020 6:54:36 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDragAndDrop.cpp
r85474 r85536 856 856 857 857 /* Use the dropped files directory as the root directory for the current transfer. */ 858 rc = DnDTransferListInitEx(&pMeta->u.URI.Transfer, DnDDroppedFilesGetDirAbs(&droppedFiles)); 858 rc = DnDTransferListInitEx(&pMeta->u.URI.Transfer, DnDDroppedFilesGetDirAbs(&droppedFiles), 859 DNDTRANSFERLISTFMT_NATIVE); 859 860 if (RT_SUCCESS(rc)) 860 861 { … … 1737 1738 * @param pszFormat In which format the data will be sent. 1738 1739 * @param pvData Data block to send. 1740 * For URI data this must contain the absolute local URI paths, separated by DND_PATH_SEPARATOR. 1739 1741 * @param cbData Size (in bytes) of data block to send. 1740 1742 */
Note:
See TracChangeset
for help on using the changeset viewer.