Changeset 33461 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Oct 26, 2010 11:55:27 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 67052
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r33459 r33461 2264 2264 <interface 2265 2265 name="IVFSExplorer" extends="$unknown" 2266 uuid=" 2bb864a1-02a3-4474-a1d4-fb5f23b742e1"2266 uuid="003d7f92-d38e-487f-b790-8c5e8631cb2f" 2267 2267 wsmap="managed" 2268 2268 > … … 2323 2323 <param name="aTypes" type="unsigned long" safearray="yes" dir="out"> 2324 2324 <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> 2325 2333 </param> 2326 2334 </method>
Note:
See TracChangeset
for help on using the changeset viewer.