VirtualBox

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


Ignore:
Timestamp:
Nov 20, 2018 10:04:56 AM (6 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Implemented stub for IGuestSession::fsObjRemoveArray().

File:
1 edited

Legend:

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

    r75569 r75605  
    1223612236  <interface
    1223712237    name="IGuestSession" extends="$unknown"
    12238     uuid="07241827-f602-48c8-8511-4d933f3cf0bb"
     12238    uuid="47E24147-1DA3-4BEB-BF3C-7B73ADA53192"
    1223912239    wsmap="managed"
    1224012240    reservedMethods="8" reservedAttributes="8"
     
    1318213182      <param name="path" type="wstring" dir="in">
    1318313183        <desc>Path to the file system object to remove.  Guest style path.</desc>
     13184      </param>
     13185    </method>
     13186
     13187    <method name="fsObjRemoveArray">
     13188      <desc>
     13189        Removes multiple file system objects (files, directories, symlinks, etc)
     13190        in the guest. Use with caution.
     13191
     13192        <note>This method is not implemented yet and will return E_NOTIMPL.</note>
     13193
     13194        <note>This method will remove symbolic links in the final path
     13195          component, not follow them.</note>
     13196
     13197        <result name="E_NOTIMPL">
     13198          The method has not been implemented yet.
     13199        </result>
     13200      </desc>
     13201      <param name="path" type="wstring" dir="in" safearray="yes">
     13202        <desc>Array of paths to the file system objects to remove.  Guest style path.</desc>
     13203      </param>
     13204      <param name="progress" type="IProgress" dir="return">
     13205        <desc>Progress object to track the operation to completion.</desc>
    1318413206      </param>
    1318513207    </method>
Note: See TracChangeset for help on using the changeset viewer.

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