Changeset 35251 in vbox
- Timestamp:
- Dec 20, 2010 4:40:32 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r35250 r35251 8951 8951 <interface 8952 8952 name="IMedium" extends="$unknown" 8953 uuid=" bfcf5b8c-5155-4f24-9414-9457054b16db"8953 uuid="9edda847-1279-4b0a-9af7-9d66251ccc18" 8954 8954 wsmap="managed" 8955 8955 > … … 9334 9334 </attribute> 9335 9335 9336 <attribute name="variant" type="MediumVariant" readonly="yes"> 9337 <desc> 9338 Returns the storage format variant information for this medium. 9336 <attribute name="variant" type="unsigned long" readonly="yes"> 9337 <desc> 9338 Returns the storage format variant information for this medium 9339 as a combination of the flags described at <link to="MediumVariant" />. 9339 9340 Before <link to="#refreshState"/> is called this method returns 9340 9341 an undefined value. … … 10037 10038 <desc>Maximum logical size of the medium in bytes.</desc> 10038 10039 </param> 10039 <param name="variant" type="MediumVariant" dir="in"> 10040 <desc>Exact image variant which should be created.</desc> 10040 <param name="variant" type="unsigned long" dir="in"> 10041 <desc>Exact image variant which should be created (as a combination of 10042 <link to="MediumVariant" /> flags).</desc> 10041 10043 </param> 10042 10044 <param name="progress" type="IProgress" dir="return"> … … 10119 10121 <desc>Target medium.</desc> 10120 10122 </param> 10121 <param name="variant" type="MediumVariant" dir="in"> 10122 <desc>Exact image variant which should be created.</desc> 10123 <param name="variant" type="unsigned long" dir="in"> 10124 <desc>Exact image variant which should be created (as a combination of 10125 <link to="MediumVariant" /> flags).</desc> 10123 10126 </param> 10124 10127 <param name="progress" type="IProgress" dir="return"> … … 10246 10249 <desc>Target medium.</desc> 10247 10250 </param> 10248 <param name="variant" type="MediumVariant" dir="in"> 10249 <desc>Exact image variant which should be created.</desc> 10251 <param name="variant" type="unsigned long" dir="in"> 10252 <desc>Exact image variant which should be created (as a combination of 10253 <link to="MediumVariant" /> flags).</desc> 10250 10254 </param> 10251 10255 <param name="parent" type="IMedium" dir="in">
Note:
See TracChangeset
for help on using the changeset viewer.

