Changeset 92154 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 29, 2021 5:11:00 PM (3 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/Global.h
r91614 r92154 49 49 #define VBOXOSHINT_TPM RT_BIT(17) 50 50 #define VBOXOSHINT_TPM2 RT_BIT(18) 51 #define VBOXOSHINT_WDDM_GRAPHICS RT_BIT(19) 51 52 52 53 /** The VBoxVRDP kludge extension pack name. -
trunk/src/VBox/Main/include/GuestOSTypeImpl.h
r91614 r92154 92 92 HRESULT getRecommendedTpmType(TpmType_T *aRecommendedTpmType); 93 93 HRESULT getRecommendedSecureBoot(BOOL *aRecommendedSecureBoot); 94 HRESULT getRecommendedWDDMGraphics(BOOL *aRecommendedWDDMGraphics); 94 95 95 96
Note:
See TracChangeset
for help on using the changeset viewer.