The IGraphicsAdapter interface represents the graphics adapter of the virtual machine.  
 More...
The IGraphicsAdapter interface represents the graphics adapter of the virtual machine. 
- Interface ID:
- {13EE6EB4-06FE-406B-AD69-F6E08B0587A3}
◆ setFeature()
      
        
          | void IGraphicsAdapter::setFeature | ( | in GraphicsFeature | feature, | 
        
          |  |  | in boolean | enabled | 
        
          |  | ) |  |  | 
      
 
Sets a graphics controller feature. 
- Parameters
- 
  
    | feature | Graphics controller feature to set. |  | enabled | Whether to enable or disable the feature. |  
 
- Expected result codes:
- 
- 
| VBOX_E_NOT_SUPPORTED | The feature is not supported on the current platform. |  
 
 
 
◆ isFeatureEnabled()
      
        
          | void IGraphicsAdapter::isFeatureEnabled | ( | in GraphicsFeature | feature, | 
        
          |  |  | [retval] out boolean | enabled | 
        
          |  | ) |  |  | 
      
 
Returns whether a particular feature is enabled for this adapter or not. 
- Parameters
- 
  
    | feature | Feature to check for. |  | enabled | trueif the feature is enabled,falseif not. |  
 
 
 
◆ graphicsControllerType
Graphics controller type. 
 
 
◆ VRAMSize
      
        
          | attribute unsigned long IGraphicsAdapter::VRAMSize | 
      
 
Video memory size in megabytes. 
 
 
◆ monitorCount
      
        
          | attribute unsigned long IGraphicsAdapter::monitorCount | 
      
 
Number of virtual monitors. 
- Note
- Only effective on Windows XP and later guests with Guest Additions installed.