VirtualBox

Changeset 47817 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Aug 16, 2013 3:30:15 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88078
Message:

GuestCtrl: Update for IGuestFile; some renaming.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r47804 r47817  
    1013810138  <interface
    1013910139    name="IGuestSession" extends="$unknown"
    10140     uuid="1afeabbd-0c0b-458c-8026-04464892ae12"
     10140    uuid="5b28703c-07b6-4fcb-afba-ac199b309752"
    1014110141    wsmap="managed"
    1014210142    >
     
    1062510625      <param name="disposition" type="wstring" dir="in">
    1062610626        <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>
    1062710659      </param>
    1062810660      <param name="creationMode" type="unsigned long" dir="in">
     
    2090920941    </attribute>
    2091020942    <!-- Note: No events for reads/writes for performance reasons.
    20911                See dedidcated events IGuestFileReadEvent and
     20943               See dedicated events IGuestFileReadEvent and
    2091220944               IGuestFileWriteEvent. -->
    2091320945
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette