VirtualBox

Changeset 92154 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Oct 29, 2021 5:11:00 PM (3 years ago)
Author:
vboxsync
Message:

Main/GuestOSType: Add new attribute for indicating that the guest uses WDDM graphics driver (assuming GA are installed), which can be used by the Manager UI to figure out the VRAM requirements without making guesses based on the guest OS type name.

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/Global.h

    r91614 r92154  
    4949#define VBOXOSHINT_TPM                  RT_BIT(17)
    5050#define VBOXOSHINT_TPM2                 RT_BIT(18)
     51#define VBOXOSHINT_WDDM_GRAPHICS        RT_BIT(19)
    5152
    5253/** The VBoxVRDP kludge extension pack name.
  • trunk/src/VBox/Main/include/GuestOSTypeImpl.h

    r91614 r92154  
    9292    HRESULT getRecommendedTpmType(TpmType_T *aRecommendedTpmType);
    9393    HRESULT getRecommendedSecureBoot(BOOL *aRecommendedSecureBoot);
     94    HRESULT getRecommendedWDDMGraphics(BOOL *aRecommendedWDDMGraphics);
    9495
    9596
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