Changeset 56900 in vbox for trunk/include/VBox
- Timestamp:
- Jul 9, 2015 2:24:26 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101578
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/DragAndDrop.h
r55805 r56900 41 41 * Structure for maintaining a "dropped files" directory 42 42 * on the host or guest. This will contain all received files & directories 43 * for a single transfer.43 * for a single drag and drop operation. 44 44 */ 45 45 typedef struct DNDDIRDROPPEDFILES … … 47 47 /** Directory handle for drop directory. */ 48 48 PRTDIR hDir; 49 /** Flag indicating whether the drop directory 50 * has been opened for processing or not. */ 51 bool fOpen; 49 52 /** Absolute path to drop directory. */ 50 53 RTCString strPathAbs;
Note:
See TracChangeset
for help on using the changeset viewer.