VirtualBox

Changeset 16089 in vbox


Ignore:
Timestamp:
Jan 20, 2009 4:19:59 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
41799
Message:

Main: Mention in the docs that hard disk format identifiers are case-insensitive strings.

File:
1 edited

Legend:

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

    r16040 r16089  
    64266426        installation.
    64276427
     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
    64286439        Note that the virtual hard disk framework is backend-based, therefore
    64296440        the list of supported formats depends on what backends are currently
     
    86378648        Identifier of this format.
    86388649
     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
    86398659        This string is used in methods of other interfaces where it is necessary
    86408660        to specify a hard disk format, such as
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