VirtualBox

Ignore:
Timestamp:
Nov 20, 2024 1:50:22 PM (2 months ago)
Author:
vboxsync
Message:

Windows driver installation: Added VBOX_WIN_DRIVERINSTALL_F_DRYRUN to make it possible to run in dry-run mode (no actual installation performed). Required for testcases. bugref:10762

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/VBoxWinDrvInst.h

    r106839 r107059  
    8585/** Force driver installation, even if a newer driver version already is installed (overwrite). */
    8686#define VBOX_WIN_DRIVERINSTALL_F_FORCE      RT_BIT(1)
     87/** Run in dry mode (no real (un)installation performed). */
     88#define VBOX_WIN_DRIVERINSTALL_F_DRYRUN     RT_BIT(2)
    8789/** Validation mask. */
    88 #define VBOX_WIN_DRIVERINSTALL_F_VALID_MASK 0x3
     90#define VBOX_WIN_DRIVERINSTALL_F_VALID_MASK 0x7
    8991
    9092int VBoxWinDrvInstCreate(PVBOXWINDRVINST hDrvInst);
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