NDEVR
API Documentation
VideoCardInformation

Contains information about a video card, including manufacturer and some level of capabilities. More...

Collaboration diagram for VideoCardInformation:
[legend]

Public Types

enum  VideoCardType
 Known video card manufacturer and product line identifiers.

Public Attributes

String adapter_dac_type
 Digital-to-analog converter type of the adapter.
uint04 architecture_id = Constant<uint04>::Invalid
 Numeric identifier for the GPU architecture.
String architecture_name
 Name of the GPU architecture.
VideoCardType card_type = VideoCardType::e_unknown
 The detected video card type identifier.
uint04 config_manager_code = Constant<uint04>::Invalid
 Configuration manager error code from the OS.
String config_manager_string
 Configuration manager status string from the OS.
String device_id
 Unique device identifier string.
String device_name
 Display name of the video card device.
String driver_version
 Installed driver version string.
uint04 video_memory = Constant<uint04>::Invalid
 Amount of video memory in bytes.
String video_mode_description
 Description of the current video mode (resolution, color depth, etc.).
String video_processor
 Name of the video processor chip.

Detailed Description

Contains information about a video card, including manufacturer and some level of capabilities.


Definition at line 90 of file ApplicationResource.h.


The documentation for this class was generated from the following file: