- Timestamp:
- Nov 26, 2008 1:56:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r14636 r14644 7237 7237 Returns values for a group of properties in one call. 7238 7238 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 7240 7240 argument which is a list of comma-separated property names or 7241 7241 <tt>null</tt> if all properties are to be returned. Note that currently … … 7246 7246 be obtained with <link to="IHardDiskFormat::describeProperties()"/>. 7247 7247 7248 The method returns two arrays, the array of property names corresp inding7249 to the @a names argument and the current values of these properties. Both7250 arrays7248 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. --> 7251 7251 7252 7252 Note that for properties that don't have values assigned to them, 7253 7253 <tt>null</tt> is returned at the appropriate index in the @a returnValues 7254 7254 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> 7255 7260 </desc> 7256 7261 <param name="names" type="wstring" dir="in">
Note:
See TracChangeset
for help on using the changeset viewer.