Changeset 44365 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jan 25, 2013 10:24:45 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r44340 r44365 12039 12039 <interface 12040 12040 name="IMedium" extends="$unknown" 12041 uuid=" 29989373-b111-4654-8493-2e1176cba890"12041 uuid="86fd6208-4c8c-40c2-a4e3-f6b47ac6ef07" 12042 12042 wsmap="managed" 12043 12043 > … … 12244 12244 </attribute> 12245 12245 12246 <attribute name="variant" type=" unsigned long" readonly="yes">12246 <attribute name="variant" type="MediumVariant" safearray="yes" readonly="yes"> 12247 12247 <desc> 12248 12248 Returns the storage format variant information for this medium … … 12955 12955 <desc>Maximum logical size of the medium in bytes.</desc> 12956 12956 </param> 12957 <param name="variant" type=" unsigned long" dir="in">12957 <param name="variant" type="MediumVariant" safearray="yes" dir="in"> 12958 12958 <desc>Exact image variant which should be created (as a combination of 12959 12959 <link to="MediumVariant" /> flags).</desc> … … 13038 13038 <desc>Target medium.</desc> 13039 13039 </param> 13040 <param name="variant" type=" unsigned long" dir="in">13040 <param name="variant" type="MediumVariant" safearray="yes" dir="in"> 13041 13041 <desc>Exact image variant which should be created (as a combination of 13042 13042 <link to="MediumVariant" /> flags).</desc> … … 13166 13166 <desc>Target medium.</desc> 13167 13167 </param> 13168 <param name="variant" type=" unsigned long" dir="in">13168 <param name="variant" type="MediumVariant" safearray="yes" dir="in"> 13169 13169 <desc>Exact image variant which should be created (as a combination of 13170 13170 <link to="MediumVariant" /> flags).</desc> … … 13215 13215 <desc>Target medium.</desc> 13216 13216 </param> 13217 <param name="variant" type="unsigned long" dir="in"> 13218 <desc>Exact image variant which should be created (as a combination of 13219 <link to="MediumVariant" /> flags).</desc> 13217 <param name="variant" type="MediumVariant" safearray="yes" dir="in"> 13218 <desc><link to="MediumVariant" /> flags).</desc> 13220 13219 </param> 13221 13220 <param name="progress" type="IProgress" dir="return">
Note:
See TracChangeset
for help on using the changeset viewer.