DirectX SDK |
The DirectDrawIdentifier.GetDeviceIndentifier method returns the unique identifier for the driver/chipset pair.
object.GetDeviceIndentifier() As String
If the method succeeds, it returns the GUID for the driver/chipset pair. This can be 0 if unknown.
If the method fails, it raises an error, and Err.Number is set.
Use the returned GUID if you wish to track changes to the driver or chipset to reprofile the graphics subsystem. It can also be used to identify particular problematic drivers.