Changeset 99416 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Apr 17, 2023 9:14:22 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestSessionImpl.h
r99262 r99416 428 428 SessionObjects mObjects; 429 429 /** Guest control protocol version to be used. 430 * Guest Additions < VBox 4.3 have version 1,431 * any newer version will have version 2. */430 * Guest Additions < VBox 4.3 have version 1, any newer version will have version 2. 431 * Set to 0 if a valid Guest Additions version was not found (yet). */ 432 432 uint32_t mProtocolVersion; 433 433 /** Session timeout (in ms). */
Note:
See TracChangeset
for help on using the changeset viewer.