Changeset 39418 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Nov 25, 2011 10:11:06 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r39058 r39418 8438 8438 <enum 8439 8439 name="ExecuteProcessFlag" 8440 uuid=" 286ceb91-5f66-4c96-9845-4483e90e00ae"8440 uuid="1c49b831-b2c7-4a30-97dd-999a2e2cbf90" 8441 8441 > 8442 8442 <desc> … … 8455 8455 </const> 8456 8456 <const name="Hidden" value="4"> 8457 <desc>Do n't show the started process according to the guest OS guidelines.</desc>8457 <desc>Do not show the started process according to the guest OS guidelines.</desc> 8458 8458 </const> 8459 8459 <const name="NoProfile" value="8"> 8460 8460 <desc>Do not use the user's profile data when exeuting a process. Only available for Windows guests.</desc> 8461 </const> 8462 <const name="WaitForStdOut" value="16"> 8463 <desc>The guest process waits until all data from stdout is read out.</desc> 8464 </const> 8465 <const name="WaitForStdErr" value="32"> 8466 <desc>The guest process waits until all data from stderr is read out.</desc> 8461 8467 </const> 8462 8468 </enum>
Note:
See TracChangeset
for help on using the changeset viewer.