Microsoft DirectX 9.0 SDK Update (October 2004)

DeviceProperties.TypeName Property

Language:

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

Predefined property that retrieves the type name of a device. For most game controllers, this is the registry key name under REGSTR_PATH_JOYOEM from which static device settings can be retrieved, but predefined joystick types have special names consisting of a number sign (#) followed by a character dependent on the type. This value might not be available for all devices.

Definition

Visual Basic .NET Public ReadOnly Property TypeName As String
C# public string TypeName { get; }
Managed C++ public: __property String* get_TypeName();
JScript .NET public function get TypeName() : String

Property Value

System.String .

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