Changeset 85422 in vbox for trunk/include
- Timestamp:
- Jul 23, 2020 8:11:39 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/DragAndDrop.h
r85411 r85422 282 282 /** Total number of all transfer root entries. */ 283 283 uint64_t cRoots; 284 /** List of all transfer objects added, of type DNDTRANSFEROBJECT. */ 284 /** List of all transfer objects added, of type DNDTRANSFEROBJECT. 285 * 286 * The order of objects being added is crucial for traversing the tree. 287 * In other words, sub directories must come first before its contents. */ 285 288 RTLISTANCHOR lstObj; 286 289 /** Total number of all transfer objects. */
Note:
See TracChangeset
for help on using the changeset viewer.