Changeset 14690 in vbox
- Timestamp:
- Nov 27, 2008 9:49:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r14666 r14690 2188 2188 2189 2189 where @c name is the property name and @c group, @c subgroup are zero 2190 or ormore property group specifiers. Each element (group or name) in2190 or more property group specifiers. Each element (group or name) in 2191 2191 the property mask may be either a Latin string or an asterisk symbol 2192 2192 (@c "*") which is used to match any string for the given element. A … … 6394 6394 <link to="IVirtualBox::DVDImages"/> and 6395 6395 <link to="IVirtualBox::floppyImages"/> attributes. Individual media can be 6396 quickly found by byUUID using <link to="IVirtualBox::getHardDisk2()"/>6396 quickly found by UUID using <link to="IVirtualBox::getHardDisk2()"/> 6397 6397 and similar methods or by location using 6398 6398 <link to="IVirtualBox::findHardDisk2()"/> and similar methods. … … 6785 6785 6786 6786 Every hard disk attachment specifies a slot of the virtual hard disk 6787 controller and a virtual virtualhard disk attached to this slot.6787 controller and a virtual hard disk attached to this slot. 6788 6788 6789 6789 The array of hard disk attachments is returned by … … 7229 7229 </result> 7230 7230 <result name="E_INVALIDARG">@a name is NULL or empty.</result> 7231 <result name="E_POINTER">@a value points to invalid memory.</result>7232 7231 </desc> 7233 7232 <param name="name" type="wstring" dir="in"> … … 7285 7284 array. 7286 7285 7287 <result name="E_POINTER">@a returnNames or @a returnValues points to7288 invalid memory.7289 </result>7290 <result name="E_ACCESSDENIED">Access to object is denied.</result>7291 7286 </desc> 7292 7287 <param name="names" type="wstring" dir="in"> … … 7308 7303 <desc> 7309 7304 Starts creating a dynamically expanding hard disk storage unit in the 7310 background. The previous storage unit created for this thisobject, if7311 any, must be firstdeleted using <link to="#deleteStorage"/>, otherwise7305 background. The previous storage unit created for this object, if 7306 any, must first be deleted using <link to="#deleteStorage"/>, otherwise 7312 7307 the operation will fail. 7313 7308 7314 Before the operation starts, the hard disk is placed to7309 Before the operation starts, the hard disk is placed in 7315 7310 <link to="MediaState::Creating"/> state. If the create operation 7316 fails, the media will placed back to<link to="MediaState::NotCreated"/>7311 fails, the media will be placed back in <link to="MediaState::NotCreated"/> 7317 7312 state. 7318 7313 7319 After the returned progress object reports that the operation is7320 successfully complete , the media state will be set to <link7314 After the returned progress object reports that the operation has 7315 successfully completed, the media state will be set to <link 7321 7316 to="MediaState::Created"/>, the hard disk will be remembered by this 7322 7317 VirtualBox installation and may be attached to virtual machines. … … 7333 7328 <desc> 7334 7329 Starts creating a fixed-size hard disk storage unit in the background. 7335 The previous storage unit created for this thisobject, if7330 The previous storage unit created for this object, if 7336 7331 any, must be first deleted using <link to="#deleteStorage"/>, otherwise 7337 7332 the operation will fail.
Note:
See TracChangeset
for help on using the changeset viewer.