VirtualBox

Changeset 85557 in vbox for trunk/include


Ignore:
Timestamp:
Jul 30, 2020 1:28:57 PM (4 years ago)
Author:
vboxsync
Message:

DnD: Defined DND_DEFAULT_CHUNK_SIZE and use it where appropriate.

File:
1 edited

Legend:

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

    r85538 r85557  
    210210int DnDTransferObjectWrite(PDNDTRANSFEROBJECT pObj, const void *pvBuf, size_t cbBuf, uint32_t *pcbWritten);
    211211
     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
    212216/** Separator for a formats list. */
    213217#define DND_FORMATS_SEPARATOR                        "\r\n"
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