Changeset 14636 in vbox
- Timestamp:
- Nov 26, 2008 1:12:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r14604 r14636 33 33 * a bunch of WSDL and C++ files 34 34 * (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) 36 36 * 37 37 * 5. src/VBox/Frontends/VirtualBox/include/COMWrappers.xsl => … … 51 51 * 8. src/VBox/Runtime/common/err/errmsgvboxcom.xsl => 52 52 * out/<platform>/obj/src/VBox/Runtime/errmsgvboxcomdata.h 53 * (<result> extraction for %Rhrc theformat specifier)53 * (<result> extraction for the %Rhrc format specifier) 54 54 * 55 55 Copyright (C) 2006-2007 Sun Microsystems, Inc. … … 6496 6496 6497 6497 Note that as opposed to the <link to="#location"/> attribute, the name 6498 nameattribute will not necessary be unique for a list of media of the6498 attribute will not necessary be unique for a list of media of the 6499 6499 given type and format. 6500 6500 </desc> … … 6753 6753 virtual machine. 6754 6754 6755 Every hard disk attachment sspecifies a slot of the virtual hard disk6755 Every hard disk attachment specifies a slot of the virtual hard disk 6756 6756 controller and a virtual virtual hard disk attached to this slot. 6757 6757 … … 7191 7191 be obtained with <link to="IHardDiskFormat::describeProperties()"/>. 7192 7192 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. 7196 7195 7197 7196 <result name="VBOX_E_OBJECT_NOT_FOUND"> … … 7199 7198 </result> 7200 7199 <result name="E_INVALIDARG">@a name is NULL or empty.</result> 7200 <result name="E_POINTER">@a value points to invalid memory.</result> 7201 7201 </desc> 7202 7202 <param name="name" type="wstring" dir="in"> … … 7216 7216 7217 7217 Note that passing <tt>null</tt> as @a value will reset the value of the 7218 property to nothing which may also be under tood as deleting the7218 property to nothing which may also be understood as deleting the 7219 7219 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. 7221 7221 7222 7222 <result name="VBOX_E_OBJECT_NOT_FOUND">
Note:
See TracChangeset
for help on using the changeset viewer.