VirtualBox

Changeset 85506 in vbox for trunk/include


Ignore:
Timestamp:
Jul 29, 2020 10:07:17 AM (5 years ago)
Author:
vboxsync
Message:

SUP: Added a PRTERRINFO parameter to SUPR3LoadVMM. bugref:9801

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/sup.h

    r85450 r85506  
    15561556 * @returns VBox status code.
    15571557 * @deprecated  Use SUPR3LoadModule(pszFilename, "VMMR0.r0", &pvImageBase)
    1558  */
    1559 SUPR3DECL(int) SUPR3LoadVMM(const char *pszFilename);
     1558 * @param   pErrInfo        Where to return extended error information.
     1559 *                          Optional.
     1560 */
     1561SUPR3DECL(int) SUPR3LoadVMM(const char *pszFilename, PRTERRINFO pErrInfo);
    15601562
    15611563/**
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