VirtualBox

Ignore:
Timestamp:
Jun 23, 2009 2:48:10 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48981
Message:

API and Frontends: change IVirtualBox::openHardDisk to allow modifying the image UUID and parent UUID on open

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r20831 r20842  
    19031903    <method name="openHardDisk">
    19041904      <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.
    19061907
    19071908        After the hard disk is successfully opened by this method, it gets
     
    19541955          <desc>
    19551956              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.
    19561980          </desc>
    19571981      </param>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette