Changeset 84243 in vbox for trunk/include
- Timestamp:
- May 11, 2020 9:59:59 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/GuestControlSvc.h
r83408 r84243 696 696 * @since 6.1.6 */ 697 697 #define VBOX_GUESTCTRL_GF_0_PROCESS_ARGV0 RT_BIT_64(1) 698 /** Supports passing cmd / arguments / environment blocks bigger than 699 * GUESTPROCESS_DEFAULT_CMD_LEN / GUESTPROCESS_DEFAULT_ARGS_LEN / GUESTPROCESS_DEFAULT_ENV_LEN (bytes, in total). */ 700 #define VBOX_GUESTCTRL_GF_0_PROCESS_DYNAMIC_SIZES RT_BIT_64(2) 698 701 /** Bit that must be set in the 2nd parameter, will be cleared if the host reponds 699 702 * correctly (old hosts might not). */
Note:
See TracChangeset
for help on using the changeset viewer.