Changeset 84594 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- May 28, 2020 2:47:27 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138325
- Location:
- trunk/src/VBox/Additions/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp
r84548 r84594 1044 1044 VBGL_HGCM_HDR_INIT(&Msg.hdr, pCtx->uClientID, vbglR3GuestCtrlGetMsgFunctionNo(pCtx->uClientID), pCtx->uNumParms); 1045 1045 VbglHGCMParmUInt32Set(&Msg.context, HOST_MSG_SHUTDOWN); 1046 VbglHGCMParmUInt32Set(&Msg.action, 0); 1046 1047 1047 1048 rc = VbglR3HGCMCall(&Msg.hdr, sizeof(Msg)); -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp
r84549 r84594 1024 1024 if (RT_FAILURE(rc)) 1025 1025 VGSvcError("%s system failed with %Rrc\n", 1026 (fAction & RTSYSTEM_SHUTDOWN_REBOOT) ? "Rebooting" : "Shut ing down", rc);1026 (fAction & RTSYSTEM_SHUTDOWN_REBOOT) ? "Rebooting" : "Shutting down", rc); 1027 1027 } 1028 1028 }
Note:
See TracChangeset
for help on using the changeset viewer.