Changeset 16089 in vbox
- Timestamp:
- Jan 20, 2009 4:19:59 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41799
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r16040 r16089 6426 6426 installation. 6427 6427 6428 Keep in mind that the hard disk format identifier 6429 (<link to="IHardDiskFormat::id"/>) used in other API calls like 6430 <link to="IVirtualBox::createHardDisk2()"/> to refer to a particular 6431 hard disk format is a case-insensitive string. This means that, for 6432 example, all of the following strings: 6433 <pre> 6434 "VDI" 6435 "vdi" 6436 "VdI"</pre> 6437 refer to the same hard disk format. 6438 6428 6439 Note that the virtual hard disk framework is backend-based, therefore 6429 6440 the list of supported formats depends on what backends are currently … … 8637 8648 Identifier of this format. 8638 8649 8650 The format identifier is a non-null non-empty ASCII string. Note that 8651 this string is case-insensitive. This means that, for example, all of 8652 the following strings: 8653 <pre> 8654 "VDI" 8655 "vdi" 8656 "VdI"</pre> 8657 refer to the same hard disk format. 8658 8639 8659 This string is used in methods of other interfaces where it is necessary 8640 8660 to specify a hard disk format, such as
Note:
See TracChangeset
for help on using the changeset viewer.