Share via


DeviceInstance.InstanceGuid Property (Microsoft.DirectX.DirectInput)

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 Public ReadOnly Property InstanceGuid As GuidLeave Site
C# public GuidLeave Site InstanceGuid { get; }
C++ public:
property GuidLeave Site InstanceGuid {
        GuidLeave Site get();
}
JScript public function get InstanceGuid() : GuidLeave Site

Property Value

System.Guid

This property is read-only.