Changeset 27703 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Mar 25, 2010 1:17:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r27685 r27703 8457 8457 <interface 8458 8458 name="IGuest" extends="$unknown" 8459 uuid=" d8556fca-81bc-12af-fca3-365528fa38ca"8459 uuid="9576d333-deb9-4c65-0f06-6a1eb6a833e7" 8460 8460 wsmap="managed" 8461 8461 > … … 8570 8570 <desc>Statistics value</desc> 8571 8571 </param> 8572 </method> 8573 8574 <method name="executeProgram"> 8575 <desc> 8576 Executes an existing program inside the guest VM. 8577 8578 <result name="E_NOTIMPL"> 8579 Not implemented yet. 8580 </result> 8581 8582 </desc> 8583 <param name="execName" type="wstring" dir="in"> 8584 <desc>Foobar</desc> 8585 </param> 8586 <param name="flags" type="unsigned long" dir="in"> 8587 <desc>Foobar</desc> 8588 </param> 8589 <param name="arguments" type="wstring" safearray="yes" dir="in"> 8590 <desc>Foobar</desc> 8591 </param> 8592 <param name="environment" type="wstring" safearray="yes" dir="in"> 8593 <desc>Foobar</desc> 8594 </param> 8595 <param name="stdIn" type="wstring" dir="in"> 8596 <desc>Foobar</desc> 8597 </param> 8598 <param name="stdOut" type="wstring" dir="in"> 8599 <desc>Foobar</desc> 8600 </param> 8601 <param name="stdErr" type="wstring" dir="in"> 8602 <desc>Foobar</desc> 8603 </param> 8604 <param name="userName" type="wstring" dir="in"> 8605 <desc>Foobar</desc> 8606 </param> 8607 <param name="password" type="wstring" dir="in"> 8608 <desc>Foobar</desc> 8609 </param> 8610 <param name="timeoutMS" type="unsigned long" dir="in"> 8611 <desc>Foobar</desc> 8612 </param> 8613 <param name="pid" type="unsigned long" dir="out"> 8614 <desc>Foobar</desc> 8615 </param> 8572 8616 </method> 8573 8617
Note:
See TracChangeset
for help on using the changeset viewer.