VirtualBox

Changeset 100015 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
May 30, 2023 3:42:49 PM (20 months ago)
Author:
vboxsync
Message:

Shared Clipboard/VbglR3: Fixed parameters for root list headers. bugref:9437

File:
1 edited

Legend:

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

    r99955 r100015  
    640640    Msg.ReqParms.fRoots.SetUInt32(0);
    641641
    642     Msg.cRoots.SetUInt32(0);
     642    Msg.cRoots.SetUInt64(0);
    643643
    644644    int rc = VbglR3HGCMCall(&Msg.hdr, sizeof(Msg));
     
    648648        if (RT_SUCCESS(rc))
    649649        {
    650             rc = Msg.cRoots.GetUInt32(&pRootListHdr->cRoots);
     650            rc = Msg.cRoots.GetUInt64(&pRootListHdr->cRoots);
    651651            AssertRC(rc);
    652652        }
     
    903903    Msg.ReqParms.fRoots.SetUInt32(pRootListHdr->fRoots);
    904904
    905     Msg.cRoots.SetUInt32(pRootListHdr->cRoots);
     905    Msg.cRoots.SetUInt64(pRootListHdr->cRoots);
    906906
    907907    int rc = VbglR3HGCMCall(&Msg.hdr, sizeof(Msg));
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