Microsoft DirectX 9.0 SDK Update (October 2004)

DeviceInstance.InstanceGuid Property

Language:

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

Unique identifier for the instance of the device. An application can save the instance GUID into a configuration file and use it at a later time. Instance GUIDs are specific to a particular computer. An instance GUID obtained from one computer is unrelated to instance GUIDs on another.

Definition

Visual Basic .NET Public ReadOnly Property InstanceGuid As Guid
C# public Guid InstanceGuid { get; }
Managed C++ public: __property Guid get_InstanceGuid();
JScript .NET public function get InstanceGuid() : Guid

Property Value

System.Guid .

This property is read-only. 

© 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