Changeset 99120 in vbox for trunk/src/VBox/HostServices/GuestControl
- Timestamp:
- Mar 22, 2023 5:30:14 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/VBoxGuestControlSvc.cpp
r98665 r99120 952 952 /** Host feature mask for GUEST_MSG_REPORT_FEATURES/GUEST_MSG_QUERY_FEATURES. */ 953 953 static uint64_t const g_fGstCtrlHostFeatures0 = VBOX_GUESTCTRL_HF_0_NOTIFY_RDWR_OFFSET 954 | VBOX_GUESTCTRL_HF_0_PROCESS_CWD 954 955 | VBOX_GUESTCTRL_HF_0_PROCESS_ARGV0; 955 956
Note:
See TracChangeset
for help on using the changeset viewer.