Changeset 105866 in vbox
- Timestamp:
- Aug 26, 2024 8:48:13 PM (4 weeks ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
doc/manual/en_US/SDKRef.xml (modified) (1 diff)
-
src/VBox/Main/include/PlatformPropertiesImpl.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/SDKRef.xml
r105865 r105866 3003 3003 <para><link linkend="IGraphicsAdapter__isFeatureEnabled">IGraphicsAdapter::isFeatureEnabled</link></para> 3004 3004 <para>The new IGraphicsAdapter::isFeatureEnabled method returns 3005 whether a graphics feature is enabled for a specific adapter or not. 3005 whether a graphics feature is enabled for a specific adapter or not.</para> 3006 3006 </listitem> 3007 3007 <listitem> -
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.

