Microsoft DirectX 9.0 SDK Update (October 2004)

AdapterDetails.DeviceIdentifier Property

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

Visual Basic .NET Public ReadOnly Property DeviceIdentifier As Guid
C# public Guid DeviceIdentifier { get; }
Managed C++ public: __property Guid get_DeviceIdentifier();
JScript .NET 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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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