Changeset 43041 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Aug 28, 2012 1:58:40 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r43036 r43041 1424 1424 <interface 1425 1425 name="IVirtualBox" extends="$unknown" 1426 uuid=" 5c8814a1-2a35-402d-8680-68e5cb4e72aa"1426 uuid="3b2f08eb-b810-4715-bee0-bb06b9880ad2" 1427 1427 wsmap="managed" 1428 1428 > … … 1664 1664 used to determine the right subdirectory.</desc> 1665 1665 </param> 1666 <param name="createFlags" type="wstring" dir="in"> 1667 <desc>Machine creation flags, see <link to="#createMachine" /> (optional).</desc> 1668 </param> 1666 1669 <param name="baseFolder" type="wstring" dir="in"> 1667 1670 <desc>Base machine folder (optional).</desc> … … 1723 1726 array. 1724 1727 1725 Optionally, you may specify an UUID of to assign to the created machine.1726 However, this is not recommended and you should normally pass an empty1727 (@c null) UUID to this method so that a new UUID will be automatically1728 generated for every created machine. You can use UUID1729 00000000-0000-0000-0000-000000000000 as @c null value.1730 1731 1728 <note> 1732 1729 There is no way to change the name of the settings file or … … 1763 1760 <desc>Guest OS Type ID.</desc> 1764 1761 </param> 1765 <param name="id" type="uuid" mod="string" dir="in"> 1766 <desc>Machine UUID (optional).</desc> 1767 </param> 1768 <param name="forceOverwrite" type="boolean" dir="in"> 1769 <desc>If true, an existing machine settings file will be overwritten.</desc> 1762 <param name="flags" type="wstring" dir="in"> 1763 <desc> 1764 Additional property parameters, passed as a comma-separated list of 1765 "name=value" type entries. The following ones are recognized: 1766 <tt>forceOverwrite=1</tt> to overwrite an existing machine settings 1767 file, and <tt>UUID=<uuid></tt> to specify a machine UUID. 1768 </desc> 1770 1769 </param> 1771 1770 <param name="machine" type="IMachine" dir="return">
Note:
See TracChangeset
for help on using the changeset viewer.