VirtualBox

Changeset 85429 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jul 23, 2020 11:31:53 AM (5 years ago)
Author:
vboxsync
Message:

DnD: Added DnDTransferObjectInit() / DnDTransferObjectInitEx().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDragAndDrop.cpp

    r85428 r85429  
    499499                                uint32_t fCreationMode = (fMode & RTFS_UNIX_MASK) | RTFS_UNIX_IRUSR | RTFS_UNIX_IWUSR;
    500500#endif
    501                                 rc = DnDTransferObjectInit(&objCur, DNDTRANSFEROBJTYPE_FILE,
    502                                                            pszDropDir /* Source (base) path */, szPathName /* Destination path */);
     501                                rc = DnDTransferObjectInitEx(&objCur, DNDTRANSFEROBJTYPE_FILE,
     502                                                             pszDropDir /* Source (base) path */, szPathName /* Destination path */);
    503503                                if (RT_SUCCESS(rc))
    504504                                {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette