VirtualBox

Changeset 67733 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Jun 30, 2017 1:35:14 PM (7 years ago)
Author:
vboxsync
Message:

Main: Added Global::getOSTypeIndexFromId.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/Global.h

    r65158 r67733  
    8989     */
    9090    static const char *OSTypeId(VBOXOSTYPE aOSType);
     91
     92    /**
     93     * Maps an OS type ID string to index into sOSTypes.
     94     * @returns index on success, UINT32_MAX if not found.
     95     */
     96    static uint32_t getOSTypeIndexFromId(const char *pszId);
    9197
    9298    /**
Note: See TracChangeset for help on using the changeset viewer.

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