VirtualBox

Ignore:
Timestamp:
Feb 27, 2009 12:48:14 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
43495
Message:

#3551: “Main: Replace remaining collections with safe arrays”
Take two. Convert HostDVDDriveCollection. This time for all plattforms.

File:
1 edited

Legend:

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

    r17193 r17200  
    63416341  </interface>
    63426342
    6343   <enumerator
    6344      name="IHostDVDDriveEnumerator" type="IHostDVDDrive"
    6345      uuid="1ed7cfaf-c363-40df-aa4e-89c1afb7d96b"
    6346      />
    6347 
    6348   <collection
    6349      name="IHostDVDDriveCollection" type="IHostDVDDrive"
    6350      enumerator="IHostDVDDriveEnumerator"
    6351      uuid="1909c533-1a1e-445f-a4e1-a267cffc30ed"
    6352      readonly="yes"
    6353      >
    6354     <method name="findByName">
    6355       <desc>
    6356         Searches this collection for a host drive with the given name.
    6357         <note>
    6358           The method returns an error if the given name does not
    6359           correspond to any host drive in the collection.
    6360         </note>
    6361       </desc>
    6362       <param name="name" type="wstring" dir="in">
    6363         <desc>Name of the host drive to search for</desc>
    6364       </param>
    6365       <param name="drive" type="IHostDVDDrive" dir="return">
    6366         <desc>Found host drive object</desc>
    6367       </param>
    6368     </method>
    6369   </collection>
    6370 
    63716343  <interface
    63726344     name="IHostFloppyDrive" extends="$unknown"
     
    65436515  <interface
    65446516     name="IHost" extends="$unknown"
    6545      uuid="7c172c42-b209-4bdc-9ddf-a84f222bd59a"
     6517     uuid="ba0cb246-478a-4a2b-930e-51ce740ada9c"
    65466518     wsmap="managed"
    65476519     >
     
    65586530
    65596531    </desc>
    6560     <attribute name="DVDDrives" type="IHostDVDDriveCollection" readonly="yes">
     6532    <attribute name="DVDDrives" type="IHostDVDDrive" readonly="yes" safearray="yes">
    65616533      <desc>List of DVD drives available on the host.</desc>
    65626534    </attribute>
     
    68336805    </method>
    68346806
     6807    <method name="findHostDVDDrive">
     6808      <desc>
     6809        Searches for a host DVD drive with the given @c name.
     6810
     6811        <result name="VBOX_E_OBJECT_NOT_FOUND">
     6812          Given @c name does not correspond to any host drive.
     6813        </result>
     6814
     6815      </desc>
     6816      <param name="name" type="wstring" dir="in">
     6817        <desc>Name of the host drive to search for</desc>
     6818      </param>
     6819      <param name="drive" type="IHostDVDDrive" dir="return">
     6820        <desc>Found host drive object</desc>
     6821      </param>
     6822    </method>
     6823
    68356824    <method name="findHostNetworkInterfaceByName">
    68366825      <desc>
    68376826        Searches through all host network interfaces for an interface with
    6838         the given name.
    6839         <note>
    6840           The method returns an error if the given name does not
     6827        the given @c name.
     6828        <note>
     6829          The method returns an error if the given @c name does not
    68416830          correspond to any host network interface.
    68426831        </note>
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