VirtualBox

Changeset 84243 in vbox for trunk/include


Ignore:
Timestamp:
May 11, 2020 9:59:59 AM (5 years ago)
Author:
vboxsync
Message:

Guest Control: Implemented support for long(er) command lines. bugref:9320

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/GuestControlSvc.h

    r83408 r84243  
    696696 * @since 6.1.6  */
    697697#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)
    698701/** Bit that must be set in the 2nd parameter, will be cleared if the host reponds
    699702 * correctly (old hosts might not). */
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