VirtualBox

Changeset 85428 in vbox for trunk/include/VBox


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

DnD: Added DnDTransferListInit() / DnDTransferListInitEx().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/DragAndDrop.h

    r85427 r85428  
    299299typedef DNDTRANSFERLIST *PDNDTRANSFERLIST;
    300300
    301 int  DnDTransferListInit(PDNDTRANSFERLIST pList, const char *pcszRootPathAbs);
     301int DnDTransferListInit(PDNDTRANSFERLIST pList);
     302int DnDTransferListInitEx(PDNDTRANSFERLIST pList, const char *pcszRootPathAbs);
    302303void DnDTransferListDestroy(PDNDTRANSFERLIST pList);
    303304void DnDTransferListReset(PDNDTRANSFERLIST pList);
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