Changeset 102881 in vbox for trunk/src/VBox/Additions/common/VBoxGuest
- Timestamp:
- Jan 15, 2024 7:23:17 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp
r102833 r102881 1288 1288 VBGL_HGCM_HDR_INIT(&Msg.hdr, pCtx->uClientID, vbglR3GuestCtrlGetMsgFunctionNo(pCtx->uClientID), pCtx->uNumParms); 1289 1289 VbglHGCMParmUInt32Set(&Msg.context, HOST_MSG_MOUNT_POINTS); 1290 VbglHGCMParmUInt32Set(&Msg.flags, 0); 1290 1291 1291 1292 rc = VbglR3HGCMCall(&Msg.hdr, sizeof(Msg));
Note:
See TracChangeset
for help on using the changeset viewer.