VirtualBox

Changeset 95821 in vbox for trunk/include


Ignore:
Timestamp:
Jul 25, 2022 4:00:26 PM (3 years ago)
Author:
vboxsync
Message:

DnD: Added GuestHost/DnDUtils module for various utility functions, (release2) log the acknowledged / pending actions by the guest, to make it easier in the future to diagnose DnD errors. bugref:10267

File:
1 edited

Legend:

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

    r93115 r95821  
    3434#include <iprt/fs.h>
    3535#include <iprt/list.h>
     36
     37#include <VBox/GuestHost/DragAndDropDefs.h>
    3638
    3739/** DnDURIDroppedFiles flags. */
     
    8991int DnDDroppedFilesReset(PDNDDROPPEDFILES pDF, bool fDelete);
    9092int DnDDroppedFilesRollback(PDNDDROPPEDFILES pDF);
     93
     94const char *DnDActionToStr(VBOXDNDACTION uAction);
    9195
    9296bool DnDMIMEHasFileURLs(const char *pcszFormat, size_t cchFormatMax);
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