Changeset 77893 in vbox for trunk/include
- Timestamp:
- Mar 26, 2019 9:08:25 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VMMDev.h
r77243 r77893 280 280 * ascertain that it is associated with that login. */ 281 281 #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) 285 284 286 285 /** Requestor is member of special VirtualBox user group (not on windows). */
Note:
See TracChangeset
for help on using the changeset viewer.