Changeset 105866 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 26, 2024 8:48:13 PM (9 months ago)
- svn:sync-xref-src-repo-rev:
- 164586
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/PlatformPropertiesImpl.h
r105865 r105866 114 114 ULONG *aMinMB, ULONG *aMaxMB, ULONG *aStrideSizeMB) RT_OVERRIDE; 115 115 HRESULT getSupportedGfxFeaturesForType(GraphicsControllerType_T aGraphicsControllerType, 116 std::vector<GraphicsFeature_T> &aSupportedGraphicsFeatures) ;116 std::vector<GraphicsFeature_T> &aSupportedGraphicsFeatures) RT_OVERRIDE; 117 117 HRESULT getDeviceTypesForStorageBus(StorageBus_T aBus, 118 118 std::vector<DeviceType_T> &aDeviceTypes) RT_OVERRIDE;
Note:
See TracChangeset
for help on using the changeset viewer.