VirtualBox

Changeset 106321 in vbox for trunk/include/iprt/err.h


Ignore:
Timestamp:
Oct 15, 2024 1:06:30 PM (6 weeks ago)
Author:
vboxsync
Message:

Windows installers: Big revamp for removing all DIFxApp-related / DIFxApi-related code and build dependencies for the host and guest installers. bugref:10762

This implements an own framework (VBoxWinDrvInst and VBoxWinDrvStore) for installing Windows drivers and querying / handling the Windows driver store,
along with testcases for the Windows guest and host installers.

File:
1 edited

Legend:

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

    r106061 r106321  
    408408/** Floating pointer overflow. */
    409409#define VWRN_FLOAT_OVERFLOW                 (22427)
     410/** A reboot is needed. */
     411#define VERR_REBOOT_NEEDED                  (-22428)
     412/** A reboot is needed. */
     413#define VINF_REBOOT_NEEDED                  (22428)
     414/** Installation has failed. */
     415#define VERR_INSTALLATION_FAILED            (-22429)
    410416/** @} */
    411417
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