Changeset 79320 in vbox for trunk/src/VBox
- Timestamp:
- Jun 25, 2019 11:50:04 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r79309 r79320 26012 26012 name="ICloudClient" extends="$unknown" 26013 26013 uuid="7b54f41a-91d6-11e9-9c93-b7d487e5e15b" 26014 wsmap="managed" reservedMethods=" 10" reservedAttributes="8"26014 wsmap="managed" reservedMethods="9" reservedAttributes="8" 26015 26015 > 26016 26016 … … 26258 26258 </param> 26259 26259 </method> 26260 26261 <method name="getImageInfo" const="yes"> 26262 <desc> 26263 Returns the information about an image in the Cloud. 26264 </desc> 26265 <param name="imageId" type="wstring" dir="in"> 26266 <desc>What to search for. This is the image ID.</desc> 26267 </param> 26268 <param name="parameters" type="wstring" dir="in" safearray="yes"> 26269 <desc>Each parameter in the array must be in the form "name=value".</desc> 26270 </param> 26271 <param name="infoArray" type="IStringArray" dir="out"> 26272 <desc>Each parameter in the array must be in the form "name=value".</desc> 26273 </param> 26274 <param name="progress" type="IProgress" dir="return"> 26275 <desc> 26276 Progress object to track the operation completion. 26277 </desc> 26278 </param> 26279 </method> 26280 26260 26281 </interface> 26261 26282
Note:
See TracChangeset
for help on using the changeset viewer.