ObjectDataFormat.SourceGuid Property

Language:

Unique identifier for the axis, button, or other input source. When requesting a data format, making this member NULL indicates that any type of object is permissible.

Definition

Visual Basic Public Property SourceGuid As Guid
C# public Guid SourceGuid { get; set; }
C++ public:
property Guid SourceGuid {
        Guid get();
        void set(Guid value);
}
JScript public function get SourceGuid() : Guid
public function set SourceGuid(Guid);

Property Value

System.Guid

This property is read/write. 

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