Changeset 14931 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Dec 3, 2008 12:33:47 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r14874 r14931 6647 6647 UUID of the medium. For a newly created medium, this value is a randomly 6648 6648 generated UUID. 6649 6650 <note> 6651 For media in one of MediaState::NotCreated, MediaState::Creating or 6652 MediaState::Deleting states, the value of this property is undefined 6653 and will most likely be an empty UUID. 6654 </note> 6649 6655 </desc> 6650 6656 </attribute> … … 7601 7607 <link to="IHardDiskFormat::capabilities"/>. 7602 7608 </result> 7609 7610 <note> 7611 If the deletion operation fails, it is not guaranteed that the storage 7612 unit still exists. You may check the <link to="IMedium::state"/> value 7613 to answer this question. 7614 </note> 7603 7615 </desc> 7604 7616 <param name="progress" type="IProgress" dir="return">
Note:
See TracChangeset
for help on using the changeset viewer.