VirtualBox

Changeset 81229 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Oct 11, 2019 2:33:25 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133917
Message:

Shared Clipboard/Transfers: Update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp

    r81223 r81229  
    19531953
    19541954            SHCLLISTHANDLE hList  = SHCLLISTHANDLE_INVALID;
    1955             uint32_t                  fFlags = 0;
     1955            uint32_t       fFlags = 0;
    19561956            rc = VbglR3ClipboardListHdrReadRecvReq(pCmdCtx, &hList, &fFlags);
    19571957            if (RT_SUCCESS(rc))
     
    19831983            {
    19841984                SHCLLISTHANDLE hList;
    1985                 uint32_t                  fInfo;
     1985                uint32_t       fInfo;
    19861986                rc = VbglR3ClipboardListEntryReadRecvReq(pCmdCtx, &hList, &fInfo);
    19871987                if (RT_SUCCESS(rc))
     
    20612061        {
    20622062            SHCLOBJHANDLE hObj;
    2063             uint32_t cbBuf;
    2064             uint32_t fFlags;
     2063            uint32_t      cbBuf;
     2064            uint32_t      fFlags;
    20652065            rc = VbglR3ClipboardObjReadRecv(pCmdCtx, &hObj, &cbBuf, &fFlags);
    20662066            if (RT_SUCCESS(rc))
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