Changeset 24134 in vbox
- Timestamp:
- Oct 28, 2009 12:37:44 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54053
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MediumImpl.cpp
r24126 r24134 950 950 951 951 /** 952 * Initializes the hard diskobject by opening the storage unit at the specified952 * Initializes the medium object by opening the storage unit at the specified 953 953 * location. The enOpenMode parameter defines whether the image will be opened 954 954 * read/write or read-only. 955 955 * 956 * Note that the UUID, format and the parent of this hard diskwill be957 * determined when reading the hard diskstorage unit, unless new values are956 * Note that the UUID, format and the parent of this medium will be 957 * determined when reading the medium storage unit, unless new values are 958 958 * specified by the parameters. If the detected or set parent is 959 959 * not known to VirtualBox, then this method will fail. … … 962 962 * @param aLocation Storage unit location. 963 963 * @param enOpenMode Whether to open the image read/write or read-only. 964 * @param aDeviceType Device type of medium. 964 965 * @param aSetImageId Whether to set the image UUID or not. 965 966 * @param aImageId New image UUID if @aSetId is true. Empty string means
Note:
See TracChangeset
for help on using the changeset viewer.