VirtualBox

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


Ignore:
Timestamp:
Oct 26, 2010 11:55:27 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67052
Message:

Main: Add additional params to IVirtualBox::EntryList for querying the sizes
and modes of the directory entries. Fix undefined file types on certain
filesystem (XFS,...), by using the stat based API.

File:
1 edited

Legend:

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

    r33459 r33461  
    22642264  <interface
    22652265     name="IVFSExplorer" extends="$unknown"
    2266      uuid="2bb864a1-02a3-4474-a1d4-fb5f23b742e1"
     2266     uuid="003d7f92-d38e-487f-b790-8c5e8631cb2f"
    22672267     wsmap="managed"
    22682268     >
     
    23232323      <param name="aTypes" type="unsigned long" safearray="yes" dir="out">
    23242324        <desc>The list of types for the entries.</desc>
     2325      </param>
     2326
     2327      <param name="aSizes" type="unsigned long" safearray="yes" dir="out">
     2328        <desc>The list of sizes (in bytes) for the entries.</desc>
     2329      </param>
     2330
     2331      <param name="aModes" type="unsigned long" safearray="yes" dir="out">
     2332        <desc>The list of file modes (in octal form) for the entries.</desc>
    23252333      </param>
    23262334    </method>
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