Changeset 85557 in vbox for trunk/include
- Timestamp:
- Jul 30, 2020 1:28:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/DragAndDrop.h
r85538 r85557 210 210 int DnDTransferObjectWrite(PDNDTRANSFEROBJECT pObj, const void *pvBuf, size_t cbBuf, uint32_t *pcbWritten); 211 211 212 /** Defines the default chunk size of DnD data transfers. 213 * Supported on all (older) Guest Additions which also support DnD. */ 214 #define DND_DEFAULT_CHUNK_SIZE _64K 215 212 216 /** Separator for a formats list. */ 213 217 #define DND_FORMATS_SEPARATOR "\r\n"
Note:
See TracChangeset
for help on using the changeset viewer.