VirtualBox

Changeset 39906 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jan 30, 2012 12:50:03 PM (13 years ago)
Author:
vboxsync
Message:

GuestCtrl/VBoxService: Added active/inactive guest process thread handling, put process starting parameters into a struct, shortcut for handling 0-byte write requests.

File:
1 edited

Legend:

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

    r39654 r39906  
    9595#define OUTPUT_HANDLE_ID_STDOUT             1
    9696#define OUTPUT_HANDLE_ID_STDERR             2
     97
     98/**
     99 * Defines for guest process array lengths.
     100 */
     101#define GUESTPROCESS_MAX_CMD_LEN            _1K
     102#define GUESTPROCESS_MAX_ARGS_LEN           _1K
     103#define GUESTPROCESS_MAX_ENV_LEN            _64K
     104#define GUESTPROCESS_MAX_USER_LEN           128
     105#define GUESTPROCESS_MAX_PASSWORD_LEN       128
    97106
    98107/** @name Internal tools built into VBoxService which are used in order to
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