Changeset 20842 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Jun 23, 2009 2:48:10 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48981
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r20831 r20842 1903 1903 <method name="openHardDisk"> 1904 1904 <desc> 1905 Opens a hard disk from an existing location. 1905 Opens a hard disk from an existing location, optionally replacing 1906 the image UUID and/or parent UUID. 1906 1907 1907 1908 After the hard disk is successfully opened by this method, it gets … … 1954 1955 <desc> 1955 1956 Determines whether to open the image in read/write or read-only mode. 1957 </desc> 1958 </param> 1959 <param name="setImageId" type="boolean" dir="in"> 1960 <desc> 1961 Select whether a new image UUID is set or not. 1962 </desc> 1963 </param> 1964 <param name="imageId" type="wstring" dir="in"> 1965 <desc> 1966 New UUID for the image. If an empty string is passed, then a new 1967 UUID is automatically created. Specifying a zero UUIDs is not valid. 1968 </desc> 1969 </param> 1970 <param name="setParentId" type="boolean" dir="in"> 1971 <desc> 1972 Select whether a new parent UUID is set or not. 1973 </desc> 1974 </param> 1975 <param name="parentId" type="wstring" dir="in"> 1976 <desc> 1977 New parent UUID for the image. If an empty string is passed, then a 1978 new UUID is automatically created, provided @a setParentId is 1979 @c true. A zero UUID is valid. 1956 1980 </desc> 1957 1981 </param>
Note:
See TracChangeset
for help on using the changeset viewer.