VirtualBox

Changeset 77893 in vbox for trunk/include


Ignore:
Timestamp:
Mar 26, 2019 9:08:25 PM (6 years ago)
Author:
vboxsync
Message:

VMMDev.h: Corrected the VMMDEV_REQUESTOR_CON_MASK value and docs (harmless). Copy&past bug. Thanks to Hans de Goede for noticing and pointing this out. bugref:9105

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VMMDev.h

    r77243 r77893  
    280280 * ascertain that it is associated with that login. */
    281281#define VMMDEV_REQUESTOR_CON_USER                   UINT32_C(0x00000030)
    282 /** Requestor process belongs to user on the physical console, but cannot
    283  * ascertain that it is associated with that login. */
    284 #define VMMDEV_REQUESTOR_CON_MASK                   UINT32_C(0x00000040)
     282/** Mask the physical console state of the request. */
     283#define VMMDEV_REQUESTOR_CON_MASK                   UINT32_C(0x00000030)
    285284
    286285/** Requestor is member of special VirtualBox user group (not on windows). */
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