Changeset 107059 in vbox for trunk/include/VBox/GuestHost/VBoxWinDrvInst.h
- Timestamp:
- Nov 20, 2024 1:50:22 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/VBoxWinDrvInst.h
r106839 r107059 85 85 /** Force driver installation, even if a newer driver version already is installed (overwrite). */ 86 86 #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) 87 89 /** Validation mask. */ 88 #define VBOX_WIN_DRIVERINSTALL_F_VALID_MASK 0x 390 #define VBOX_WIN_DRIVERINSTALL_F_VALID_MASK 0x7 89 91 90 92 int VBoxWinDrvInstCreate(PVBOXWINDRVINST hDrvInst);
Note:
See TracChangeset
for help on using the changeset viewer.