Changeset 47817 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Aug 16, 2013 3:30:15 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88078
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r47804 r47817 10138 10138 <interface 10139 10139 name="IGuestSession" extends="$unknown" 10140 uuid=" 1afeabbd-0c0b-458c-8026-04464892ae12"10140 uuid="5b28703c-07b6-4fcb-afba-ac199b309752" 10141 10141 wsmap="managed" 10142 10142 > … … 10625 10625 <param name="disposition" type="wstring" dir="in"> 10626 10626 <desc>The file disposition.</desc> 10627 </param> 10628 <param name="creationMode" type="unsigned long" dir="in"> 10629 <desc>The file creation mode.</desc> 10630 </param> 10631 <param name="file" type="IGuestFile" dir="return"> 10632 <desc><link to="IGuestFile"/> object representing the opened file.</desc> 10633 </param> 10634 </method> 10635 10636 <method name="fileOpenEx"> 10637 <desc> 10638 Opens a file and creates a <link to="IGuestFile"/> object that 10639 can be used for further operations, extended version. 10640 10641 <result name="VBOX_E_OBJECT_NOT_FOUND"> 10642 File to open was not found. 10643 </result> 10644 <result name="VBOX_E_IPRT_ERROR"> 10645 Error while opening the file. 10646 </result> 10647 </desc> 10648 <param name="path" type="wstring" dir="in"> 10649 <desc>Full path to file to open.</desc> 10650 </param> 10651 <param name="openMode" type="wstring" dir="in"> 10652 <desc>The file open mode.</desc> 10653 </param> 10654 <param name="disposition" type="wstring" dir="in"> 10655 <desc>The file disposition.</desc> 10656 </param> 10657 <param name="sharingMode" type="wstring" dir="in"> 10658 <desc>The file sharing mode on the guest.</desc> 10627 10659 </param> 10628 10660 <param name="creationMode" type="unsigned long" dir="in"> … … 20909 20941 </attribute> 20910 20942 <!-- Note: No events for reads/writes for performance reasons. 20911 See dedi dcated events IGuestFileReadEvent and20943 See dedicated events IGuestFileReadEvent and 20912 20944 IGuestFileWriteEvent. --> 20913 20945
Note:
See TracChangeset
for help on using the changeset viewer.