Changeset 32852 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Sep 30, 2010 3:49:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r32536 r32852 7702 7702 </enum> 7703 7703 7704 <enum 7705 name="ExecuteProcessFlag" 7706 uuid="9a24c17d-bd46-4207-b247-517fdd6d6b8f" 7707 > 7708 <desc> 7709 Guest process execution flags. 7710 </desc> 7711 7712 <const name="None" value="0"> 7713 <desc>No flag set.</desc> 7714 </const> 7715 7716 <const name="IgnoreOrphanedProcesses" value="2"> 7717 <desc>Do not report an error when executed processes are still alive when VBoxService or the guest OS is shutting down.</desc> 7718 </const> 7719 </enum> 7720 7704 7721 <interface 7705 7722 name="IGuest" extends="$unknown"
Note:
See TracChangeset
for help on using the changeset viewer.