Changeset 78148 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Apr 16, 2019 4:48:18 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r78124 r78148 25537 25537 25538 25538 <!-- 25539 // Auxiliary containers 25540 ////////////////////////////////////////////////////////////////////////// 25541 --> 25542 25543 <interface name="IStringArray" extends="$unknown" 25544 uuid="3890b2c8-604d-11e9-92d3-53cb473db9fb" 25545 wsmap="managed" 25546 reservedMethods="4"> 25547 <desc> 25548 When you need to return an array of strings asynchronously 25549 (under a progress) you cannot use by-value out parameter 25550 <tt>type="wstring" safearray="yes" 25551 dir="out"</tt>, hence this wrapper. 25552 </desc> 25553 <attribute name="values" type="wstring" safearray="yes" readonly="yes"/> 25554 </interface> 25555 25556 25557 <!-- 25539 25558 // IForm 25540 25559 ////////////////////////////////////////////////////////////////////////// … … 25684 25703 <interface 25685 25704 name="ICloudClient" extends="$unknown" 25686 uuid=" 07c04464-981c-4418-8fcf-5ad12aed7c38"25705 uuid="7acc426a-5f8f-11e9-9032-1b0da54759a8" 25687 25706 wsmap="managed" reservedMethods="13" reservedAttributes="8" 25688 25707 > … … 25736 25755 </desc> 25737 25756 <param name="machineState" type="CloudMachineState" dir="in"/> 25738 <param name="returnNames" type=" wstring" safearray="yes" dir="out">25757 <param name="returnNames" type="IStringArray" dir="out"> 25739 25758 <desc>VM names.</desc> 25740 25759 </param> 25741 <param name="returnIds" type=" wstring" safearray="yes" dir="return">25760 <param name="returnIds" type="IStringArray" dir="out"> 25742 25761 <desc>VM ids.</desc> 25743 25762 </param> 25763 <param name="progress" type="IProgress" dir="return"> 25764 <desc> 25765 Progress object to track the operation completion. 25766 </desc> 25767 </param> 25744 25768 </method> 25745 25769 … … 25749 25773 </desc> 25750 25774 <param name="imageState" type="CloudImageState" dir="in"/> 25751 <param name="returnNames" type=" wstring" safearray="yes" dir="out">25775 <param name="returnNames" type="IStringArray" dir="out"> 25752 25776 <desc>Images names.</desc> 25753 25777 </param> 25754 <param name="returnIds" type=" wstring" safearray="yes" dir="return">25778 <param name="returnIds" type="IStringArray" dir="out"> 25755 25779 <desc>Images ids.</desc> 25780 </param> 25781 <param name="progress" type="IProgress" dir="return"> 25782 <desc> 25783 Progress object to track the operation completion. 25784 </desc> 25756 25785 </param> 25757 25786 </method>
Note:
See TracChangeset
for help on using the changeset viewer.