VirtualBox

Changeset 84816 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 12, 2020 12:53:12 PM (5 years ago)
Author:
vboxsync
Message:

Guest Control: Also implemented a "force" flag for the reboot/shutdown command [build fix]. bugref:9320

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/GuestControl.h

    r84732 r84816  
    135135/** @} */
    136136
     137/** @name SHUTDOWN_FLAG_XXX - Guest shutdown flags.
     138 * Must match Main's GuestShutdownFlag_ definitions.
     139 * @{
     140 */
     141#define SHUTDOWN_FLAG_NONE                  UINT32_C(0)
     142#define SHUTDOWN_FLAG_POWER_OFF             RT_BIT(0)
     143#define SHUTDOWN_FLAG_REBOOT                RT_BIT(1)
     144#define SHUTDOWN_FLAG_FORCE                 RT_BIT(2)
     145/** @} */
     146
    137147/** @name Defines for default (initial) guest process buffer lengths.
    138148 * Note: These defaults were the maximum values before; so be careful when raising those in order to
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