VirtualBox

Changeset 14636 in vbox


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

Glitches, typos, and another result code.

File:
1 edited

Legend:

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

    r14604 r14636  
    3333 *    a bunch of WSDL and C++ files
    3434 *    (VirtualBox web service sources and SOAP mappers;
    35  *    see src/VBox/Main/webservice/Makefile.kmk for details)
     35 *     see src/VBox/Main/webservice/Makefile.kmk for details)
    3636 *
    3737 * 5. src/VBox/Frontends/VirtualBox/include/COMWrappers.xsl =>
     
    5151 * 8. src/VBox/Runtime/common/err/errmsgvboxcom.xsl =>
    5252 *    out/<platform>/obj/src/VBox/Runtime/errmsgvboxcomdata.h
    53  *    (<result> extraction for %Rhrc the format specifier)
     53 *    (<result> extraction for the %Rhrc format specifier)
    5454 *
    5555     Copyright (C) 2006-2007 Sun Microsystems, Inc.
     
    64966496
    64976497        Note that as opposed to the <link to="#location"/> attribute, the name
    6498         name attribute will not necessary be unique for a list of media of the
     6498        attribute will not necessary be unique for a list of media of the
    64996499        given type and format.
    65006500      </desc>
     
    67536753      virtual machine.
    67546754
    6755       Every hard disk attachments specifies a slot of the virtual hard disk
     6755      Every hard disk attachment specifies a slot of the virtual hard disk
    67566756      controller and a virtual virtual hard disk attached to this slot.
    67576757
     
    71917191        be obtained with <link to="IHardDiskFormat::describeProperties()"/>.
    71927192
    7193         Note that If <tt>null</tt> returned by this method as @a value, it
    7194         means that the requested property is supported but currently has not
    7195         assigned any value.
     7193        Note that if this method returns a <tt>null</tt> @a value, the requested
     7194        property is supported but currently not assigned any value.
    71967195
    71977196        <result name="VBOX_E_OBJECT_NOT_FOUND">
     
    71997198        </result>
    72007199        <result name="E_INVALIDARG">@a name is NULL or empty.</result>
     7200        <result name="E_POINTER">@a value points to invalid memory.</result>
    72017201      </desc>
    72027202      <param name="name" type="wstring" dir="in">
     
    72167216
    72177217        Note that passing <tt>null</tt> as @a value will reset the value of the
    7218         property to nothing which may also be undertood as deleting the
     7218        property to nothing which may also be understood as deleting the
    72197219        property's value. For properties with no values, the format backend will
    7220         use a default value if such a value is defined for the given roperty.
     7220        use a default value if such a value is defined for the given property.
    72217221
    72227222        <result name="VBOX_E_OBJECT_NOT_FOUND">
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