Nebula
|
#include <adapterinfo.h>
Contains information about a given display adapter.
This info can be used to identify a specific piece of hardware or driver version. Use DisplayDevice::GetAdapterInfo() to obtain information about existing display adapters.
Public Member Functions | |
AdapterInfo () | |
constructor | |
void | SetDriverName (const Util::String &s) |
set driver name | |
const Util::String & | GetDriverName () const |
get human readable driver name | |
void | SetDescription (const Util::String &s) |
set description string | |
const Util::String & | GetDescription () const |
get human readable description | |
void | SetDeviceName (const Util::String &s) |
set device name | |
const Util::String & | GetDeviceName () const |
get human readable device name | |
void | SetDriverVersionLowPart (uint v) |
set driver version low part | |
uint | GetDriverVersionLowPart () const |
get low part of driver version | |
void | SetDriverVersionHighPart (uint v) |
set driver version high part | |
uint | GetDriverVersionHighPart () const |
get high part of driver version | |
void | SetVendorId (uint id) |
set vendor id | |
uint | GetVendorId () const |
get vendor identifier | |
void | SetDeviceId (uint id) |
set device id | |
uint | GetDeviceId () const |
get device identifier | |
void | SetSubSystemId (uint id) |
set subsystem id | |
uint | GetSubSystemId () const |
get subsystem identifier | |
void | SetRevision (uint r) |
set hardware revision | |
uint | GetRevision () const |
get hardware revision identifier | |
void | SetGuid (const Util::Guid &g) |
set driver/chipset pair guid | |
const Util::Guid & | GetGuid () const |
get guid for driver/chipset pair | |
|
inline |
constructor
|
inline |
get human readable description
|
inline |
get device identifier
|
inline |
get human readable device name
|
inline |
get human readable driver name
|
inline |
get high part of driver version
|
inline |
get low part of driver version
|
inline |
get guid for driver/chipset pair
|
inline |
get hardware revision identifier
|
inline |
get subsystem identifier
|
inline |
get vendor identifier
|
inline |
set description string
|
inline |
set device id
|
inline |
set device name
|
inline |
set driver name
|
inline |
set driver version high part
|
inline |
set driver version low part
|
inline |
set driver/chipset pair guid
|
inline |
set hardware revision
|
inline |
set subsystem id
|
inline |
set vendor id
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |