VirtualBox Main API
Public Attributes | List of all members
IGraphicsAdapter Interface Reference

The IGraphicsAdapter interface represents the graphics adapter of the virtual machine. More...

Inheritance diagram for IGraphicsAdapter:

Public Attributes

attribute GraphicsControllerType graphicsControllerType
 Graphics controller type.
 
attribute unsigned long VRAMSize
 Video memory size in megabytes.
 
attribute boolean accelerate3DEnabled
 This setting determines whether VirtualBox allows this machine to make use of the 3D graphics support available on the host.
 
attribute boolean accelerate2DVideoEnabled
 This setting determines whether VirtualBox allows this machine to make use of the 2D video acceleration support available on the host.
 
attribute unsigned long monitorCount
 Number of virtual monitors.
 

Detailed Description

The IGraphicsAdapter interface represents the graphics adapter of the virtual machine.

Interface ID:
{F692806F-FEBE-4049-B476-1292A8E45B09}

Member Data Documentation

◆ graphicsControllerType

attribute GraphicsControllerType IGraphicsAdapter::graphicsControllerType

Graphics controller type.

◆ VRAMSize

attribute unsigned long IGraphicsAdapter::VRAMSize

Video memory size in megabytes.

◆ accelerate3DEnabled

attribute boolean IGraphicsAdapter::accelerate3DEnabled

This setting determines whether VirtualBox allows this machine to make use of the 3D graphics support available on the host.

◆ accelerate2DVideoEnabled

attribute boolean IGraphicsAdapter::accelerate2DVideoEnabled

This setting determines whether VirtualBox allows this machine to make use of the 2D video acceleration support available on the host.

◆ monitorCount

attribute unsigned long IGraphicsAdapter::monitorCount

Number of virtual monitors.

Note
Only effective on Windows XP and later guests with Guest Additions installed.