VirtualBox

Changeset 99146 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 23, 2023 4:08:40 PM (22 months ago)
Author:
vboxsync
Message:

Guest Control/VbglR3: Fixed getting directory handle in VbglR3GuestCtrlDirGetRewind(). bugref:9783

File:
1 edited

Legend:

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

    r99120 r99146  
    11181118        VBGL_HGCM_HDR_INIT(&Msg.hdr, pCtx->uClientID, vbglR3GuestCtrlGetMsgFunctionNo(pCtx->uClientID), pCtx->uNumParms);
    11191119        VbglHGCMParmUInt32Set(&Msg.context, HOST_MSG_DIR_REWIND);
    1120         VbglHGCMParmUInt64Set(&Msg.handle, 0);
     1120        VbglHGCMParmUInt32Set(&Msg.handle, 0);
    11211121
    11221122        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