Changeset 42739 in vbox for trunk/src/VBox
- Timestamp:
- Aug 10, 2012 6:56:05 AM (12 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlThread.cpp
r42461 r42739 1338 1338 if (fFlags & EXECUTEPROCESSFLAG_NO_PROFILE) 1339 1339 uProcFlags |= RTPROC_FLAGS_NO_PROFILE; 1340 /** @todo Implement EXECUTEPROCESSFLAG_EXPAND_ARGUMENTS. */ 1340 1341 } 1341 1342 -
trunk/src/VBox/Main/idl/VirtualBox.xidl
r42693 r42739 9138 9138 <enum 9139 9139 name="ProcessCreateFlag" 9140 uuid=" 91c8aba8-2e62-4fe5-b744-fcbd607971e2"9140 uuid="35192799-bfde-405d-9bea-c735ab9998e4" 9141 9141 > 9142 9142 <desc> … … 9165 9165 <const name="WaitForStdErr" value="32"> 9166 9166 <desc>The guest process waits until all data from stderr is read out.</desc> 9167 </const> 9168 <const name="ExpandArguments" value="64"> 9169 <desc>Expands environment variables in process arguments.</desc> 9167 9170 </const> 9168 9171 </enum>
Note:
See TracChangeset
for help on using the changeset viewer.