AdapterDetails.DeviceIdentifier Property

Language:

Retrieves a globally unique identifier (GUID) object that can be used to check changes in the driver and chip set.

Definition

Visual Basic Public ReadOnly Property DeviceIdentifier As Guid
C# public Guid DeviceIdentifier { get; }
C++ public:
property Guid DeviceIdentifier {
        Guid get();
}
JScript public function get DeviceIdentifier() : Guid

Property Value

System.Guid
A Guid Leave Site object that is used as a unique identifier for the driver and chip set pair.

This property is read-only. 

Remarks

Use this member to track changes to the driver and chip set to generate a new profile for the graphics subsystem. It also can be used to identify problematic drivers.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center