VirtualBox

Changeset 80990 in vbox for trunk/include/VBox/GuestHost


Ignore:
Timestamp:
Sep 25, 2019 6:20:09 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133584
Message:

Shared Clipboard/Transfers: Update.

Location:
trunk/include/VBox/GuestHost
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/SharedClipboard-transfers.h

    r80918 r80990  
    6666    SHCLTRANSFERSTATUS_KILLED,
    6767    /** The transfer ran into an unrecoverable error. */
    68     SHCLTRANSFERSTATUS_ERROR
     68    SHCLTRANSFERSTATUS_ERROR,
     69    /** The usual 32-bit hack. */
     70    SHCLTRANSFERSTATUS_32BIT_SIZE_HACK = 0x7fffffff
    6971} SHCLTRANSFERSTATUSENUM;
    7072
     
    213215     * SHCLFSOBJATTRADD_LAST. */
    214216    SHCLFSOBJATTRADD_LAST = SHCLFSOBJATTRADD_EASIZE,
    215 
    216217    /** The usual 32-bit hack. */
    217218    SHCLFSOBJATTRADD_32BIT_SIZE_HACK = 0x7fffffff
  • trunk/include/VBox/GuestHost/SharedClipboard-win.h

    r80863 r80990  
    6767#define SHCL_WIN_WM_READ_DATA               WM_USER + 1
    6868#ifdef VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS
    69 /** Reports a transfer status to the guest. */
    70 # define SHCL_WIN_WM_URI_TRANSFER_STATUS    WM_USER + 2
     69/** Starts a transfer on the guest.
     70 *  This creates the necessary IDataObject in the matching window thread. */
     71# define SHCL_WIN_WM_URI_TRANSFER_START    WM_USER + 2
    7172#endif
    7273
  • trunk/include/VBox/GuestHost/clipboard-helper.h

    r80847 r80990  
    193193
    194194/**
     195 * Translates a Shared Clipboard host function number to a string.
     196 *
     197 * @returns Function ID string name.
     198 * @param   uFn                 The function to translate.
     199 */
     200const char *VBoxShClHostFunctionToStr(uint32_t uFn);
     201
     202/**
    195203 * Translates a Shared Clipboard host message enum to a string.
    196204 *
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette