VirtualBox

Changeset 80855 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Sep 17, 2019 12:33:54 PM (5 years ago)
Author:
vboxsync
Message:

RTSystemFirmware-generic.cpp: Kick out unnecessary headers and assertions from the generic code. Enums shall use the 'enm' prefix in IPRT. Leaving the s/RTSystemFirmwareValueGet/RTSystemFirmwareValueQuery/ renaming to the dev working on the code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/system.h

    r80708 r80855  
    280280 * Queries the system's firmware type.
    281281 *
    282  * @retval  IPRT status code.
    283  * @param   pFirmwareType       Where to store the firmware type on success.
    284  */
    285 RTDECL(int) RTSystemFirmwareQueryType(PRTSYSFWTYPE pFirmwareType);
     282 * @returns  IPRT status code.
     283 * @param   penmType    Where to return the firmware type on success.
     284 */
     285RTDECL(int) RTSystemFirmwareQueryType(PRTSYSFWTYPE penmType);
    286286
    287287/**
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