VirtualBox

Changeset 107061 in vbox for trunk/include


Ignore:
Timestamp:
Nov 20, 2024 4:09:39 PM (6 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166015
Message:

Windows driver installation: Added VBOX_WIN_DRIVERINSTALL_F_NO_DESTROY and internal VBoxWinDrvInstTestXXX functions, required for testcase(s). bugref:10762

File:
1 edited

Legend:

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

    r107059 r107061  
    8787/** Run in dry mode (no real (un)installation performed). */
    8888#define VBOX_WIN_DRIVERINSTALL_F_DRYRUN     RT_BIT(2)
     89/** Do not destroy internal data for later inspection.
     90 *  Only used by testcases and should be avoided in general. */
     91#define VBOX_WIN_DRIVERINSTALL_F_NO_DESTROY RT_BIT(3)
    8992/** Validation mask. */
    90 #define VBOX_WIN_DRIVERINSTALL_F_VALID_MASK 0x7
     93#define VBOX_WIN_DRIVERINSTALL_F_VALID_MASK 0xf
    9194
    9295int VBoxWinDrvInstCreate(PVBOXWINDRVINST hDrvInst);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette