VirtualBox

Changeset 14644 in vbox for trunk/src


Ignore:
Timestamp:
Nov 26, 2008 1:56:52 PM (16 years ago)
Author:
vboxsync
Message:

Document result codes for IHardDisk2::getProperties().

File:
1 edited

Legend:

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

    r14636 r14644  
    72377237        Returns values for a group of properties in one call.
    72387238
    7239         The names of the properties to get are specified using the @a name
     7239        The names of the properties to get are specified using the @a names
    72407240        argument which is a list of comma-separated property names or
    72417241        <tt>null</tt> if all properties are to be returned. Note that currently
     
    72467246        be obtained with <link to="IHardDiskFormat::describeProperties()"/>.
    72477247
    7248         The method returns two arrays, the array of property names correspinding
    7249         to the @a names argument and the current values of these properties. Both
    7250         arrays
     7248        The method returns two arrays, the array of property names corresponding
     7249        to the @a names argument and the current values of these properties.
     7250        <!-- FIXME: Both arrays [sentence was cut off here. Complete. -->
    72517251
    72527252        Note that for properties that don't have values assigned to them,
    72537253        <tt>null</tt> is returned at the appropriate index in the @a returnValues
    72547254        array.
     7255
     7256        <result name="E_POINTER">@a returnNames or @a returnValues points to
     7257          invalid memory.
     7258        </result>
     7259        <result name="E_ACCESSDENIED">Access to object is denied.</result>
    72557260      </desc>
    72567261      <param name="names" type="wstring" dir="in">
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