VirtualBox

Ignore:
Timestamp:
Dec 6, 2019 2:22:03 PM (5 years ago)
Author:
vboxsync
Message:

Shared Clipboard/Transfers: Renamed SHCLTRANSFERDIR_[READ|WRITE] -> SHCLTRANSFERDIR_[FROM|TO]_REMOTE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp

    r81960 r82462  
    152152
    153153    /* The guest wants to write local data to the host? */
    154     if (enmDir == SHCLTRANSFERDIR_WRITE)
     154    if (enmDir == SHCLTRANSFERDIR_TO_REMOTE)
    155155    {
    156156        rc = SharedClipboardWinGetRoots(&pCtx->Win, pTransfer);
    157157    }
    158158    /* The guest wants to read data from a remote source. */
    159     else if (enmDir == SHCLTRANSFERDIR_READ)
     159    else if (enmDir == SHCLTRANSFERDIR_FROM_REMOTE)
    160160    {
    161161        /* The IDataObject *must* be created on the same thread as our (proxy) window, so post a message to it
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