VirtualBox

Ignore:
Timestamp:
Jun 21, 2019 10:11:59 AM (6 years ago)
Author:
vboxsync
Message:

Shared Clipboard/URI: Update.

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox

    • Property svn:mergeinfo
      •  

        old new  
        99/branches/VBox-5.1/src/VBox:112367,116543,116550,116568,116573
        1010/branches/VBox-5.2/src/VBox:119536,120083,120099,120213,120221,120239,123597-123598,123600-123601,123755,124263,124273,124277-124279,124284-124286,124288-124290,125768,125779-125780,125812,127158-127159,127162-127167,127180
        11 /branches/VBox-6.0/src/VBox:130474-130475,130477,130479
         11/branches/VBox-6.0/src/VBox:130474-130475,130477,130479,131352
        1212/branches/aeichner/vbox-chromium-cleanup/src/VBox:129818-129851,129853-129861,129871-129872,129876,129880,129882,130013-130015,130094-130095
        1313/branches/andy/draganddrop/src/VBox:90781-91268
  • trunk/src/VBox/GuestHost/SharedClipboard/ClipboardStreamImpl-win.cpp

    r79120 r79267  
    188188    if (cbToRead)
    189189    {
    190         VBOXCLIPBOARDFILEDATA FileData;
    191         RT_ZERO(FileData);
    192 
    193         FileData.pvData = pvBuffer;
    194         FileData.cbData = cbToRead;
    195 
    196         rc = m_pURITransfer->pProvider->ReadFileData(&FileData, &cbRead);
     190        rc = m_pURITransfer->pProvider->ReadFileData(pvBuffer, cbToRead, 0 /* fFlags */, &cbRead);
    197191        if (RT_SUCCESS(rc))
    198192        {
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