VirtualBox

Changeset 98267 in vbox for trunk


Ignore:
Timestamp:
Jan 24, 2023 9:46:50 AM (21 months ago)
Author:
vboxsync
Message:

Main/ConsoleImpl.cpp: rc -> hrc/vrc. bugref:10223

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/vmapi.h

    r98103 r98267  
    7373 *                          occurred before successfully creating a VM.
    7474 * @param   pvUser          The user argument.
    75  * @param   rc              VBox status code.
     75 * @param   vrc             VBox status code.
    7676 * @param   SRC_POS         The source position arguments. See RT_SRC_POS and RT_SRC_POS_ARGS.
    7777 * @param   pszFormat       Error message format string.
    7878 * @param   args            Error message arguments.
    7979 */
    80 typedef DECLCALLBACKTYPE(void, FNVMATERROR,(PUVM pUVM, void *pvUser, int rc, RT_SRC_POS_DECL,
     80typedef DECLCALLBACKTYPE(void, FNVMATERROR,(PUVM pUVM, void *pvUser, int vrc, RT_SRC_POS_DECL,
    8181                                            const char *pszFormat, va_list args));
    8282/** Pointer to a VM error callback. */
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