Changeset 95821 in vbox for trunk/include
- Timestamp:
- Jul 25, 2022 4:00:26 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/DragAndDrop.h
r93115 r95821 34 34 #include <iprt/fs.h> 35 35 #include <iprt/list.h> 36 37 #include <VBox/GuestHost/DragAndDropDefs.h> 36 38 37 39 /** DnDURIDroppedFiles flags. */ … … 89 91 int DnDDroppedFilesReset(PDNDDROPPEDFILES pDF, bool fDelete); 90 92 int DnDDroppedFilesRollback(PDNDDROPPEDFILES pDF); 93 94 const char *DnDActionToStr(VBOXDNDACTION uAction); 91 95 92 96 bool DnDMIMEHasFileURLs(const char *pcszFormat, size_t cchFormatMax);
Note:
See TracChangeset
for help on using the changeset viewer.