Changeset 61893 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jun 27, 2016 11:31:20 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r61749 r61893 10566 10566 <enum 10567 10567 name="ProcessCreateFlag" 10568 uuid=" be8c8dbd-4a76-e9ac-20df-468e86edf383"10568 uuid="C544CD2B-F02D-4886-9901-71C523DB8DC5" 10569 10569 > 10570 10570 <desc> 10571 10571 Guest process execution flags. 10572 10572 <note>The values are passed to the guest additions, so its not possible 10573 to change (move) or reuse values.here. 10573 to change (move) or reuse values.here. See EXECUTEPROCESSFLAG_XXX 10574 10574 in GuestControlSvc.h.</note> 10575 10575 </desc> … … 10588 10588 <desc>Do not show the started process according to the guest OS guidelines.</desc> 10589 10589 </const> 10590 <const name=" NoProfile"value="8">10591 <desc> Do not use the user's profile data when exeuting a process. Only available for Windows guests.</desc>10590 <const name="Profile" value="8"> 10591 <desc>Utilize the user's profile data when exeuting a process. Only available for Windows guests at the moment.</desc> 10592 10592 </const> 10593 10593 <const name="WaitForStdOut" value="16">
Note:
See TracChangeset
for help on using the changeset viewer.