Changeset 42618 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Aug 6, 2012 1:31:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r42611 r42618 9381 9381 <interface 9382 9382 name="IGuestSession" extends="$unknown" 9383 uuid=" a8bbf136-3f0d-42cd-9fd3-c5816adb10a0"9383 uuid="9233c0b5-8f0d-48b2-9b90-b730880f1e35" 9384 9384 wsmap="managed" 9385 9385 > … … 9763 9763 <param name="exists" type="boolean" dir="return"> 9764 9764 <desc>TODO</desc> 9765 </param> 9766 </method> 9767 9768 <method name="fileRemove"> 9769 <desc> 9770 Remove a single file on the guest. 9771 9772 </desc> 9773 <param name="path" type="wstring" dir="in"> 9774 <desc>Path to the file to remove.</desc> 9775 </param> 9776 <param name="returnCode" type="long" dir="return"> 9777 <desc>The IPRT status code returned by the operation.</desc> 9765 9778 </param> 9766 9779 </method>
Note:
See TracChangeset
for help on using the changeset viewer.