Changeset 28772 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Apr 26, 2010 5:13:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r28764 r28772 8379 8379 <interface 8380 8380 name="IGuest" extends="$unknown" 8381 uuid=" 4b8f90ce-e8ef-4f07-af1b-b0b85bc07e37"8381 uuid="a772d41d-8f60-4247-9a0e-fea7ebec2151" 8382 8382 wsmap="managed" 8383 8383 > … … 8634 8634 </desc> 8635 8635 </param> 8636 </method> 8637 8638 <method name="getProcessStatus"> 8639 <desc> 8640 Retrieves status, exit code and the exit reason of a formerly started process. 8641 8642 <result name="VBOX_E_IPRT_ERROR"> 8643 Process with specified PID was not found. 8644 </result> 8645 8646 </desc> 8647 <param name="pid" type="unsigned long" dir="in"> 8648 <desc> 8649 Process id returned by earlier executeProcess() call. 8650 </desc> 8651 </param> 8652 <param name="reason" type="unsigned long" dir="out"> 8653 <desc> 8654 The reason of exit. 8655 </desc> 8656 </param> 8657 <param name="exitcode" type="unsigned long" dir="out"> 8658 <desc> 8659 The actual exit code. 8660 </desc> 8661 </param> 8662 <param name="status" type="unsigned long" dir="return"> 8663 <desc> 8664 The current process status. 8665 </desc> 8666 </param> 8636 8667 </method> 8637 8668
Note:
See TracChangeset
for help on using the changeset viewer.