Changeset 39418 in vbox for trunk/include/VBox/HostServices
- Timestamp:
- Nov 25, 2011 10:11:06 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75045
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/GuestControlSvc.h
r38870 r39418 75 75 #define INPUT_FLAG_NONE 0 76 76 #define INPUT_FLAG_EOF RT_BIT(0) 77 78 /** 79 * Execution flags. 80 * Note: Has to match Main's ExecuteProcessFlag_* flags! 81 */ 82 #define EXECUTEPROCESSFLAG_NONE 0x0 83 #define EXECUTEPROCESSFLAG_WAIT_START RT_BIT(1) 84 #define EXECUTEPROCESSFLAG_HIDDEN RT_BIT(2) 85 #define EXECUTEPROCESSFLAG_NO_PROFILE RT_BIT(3) 86 #define EXECUTEPROCESSFLAG_WAIT_STDOUT RT_BIT(4) 87 #define EXECUTEPROCESSFLAG_WAIT_STDERR RT_BIT(5) 77 88 78 89 /**
Note:
See TracChangeset
for help on using the changeset viewer.