Click or drag to resize

DirectInputControllerExtensionproductName Property

Gets or sets the friendly product name of the device. This property exists for advanced applications that want to change the friendly product name of a device (as returned in the tszProductName member of the DeviceInstance structure) to distinguish it from similar devices which are plugged in simultaneously. Most applications should have no need to change the friendly name. This setting applies to the entire device. Setting the product name is only useful for changing the user-defined name of an analog joystick on Microsoft Windows 98, Windows 2000, and Windows Millennium Edition (Windows Me) computers. In other cases, attempting to set this property will still return ok. However, the name is not stored in a location used by the getter of this property.

Namespace:  Rewired.Platforms.Windows.DirectInput
Assembly:  Rewired_Windows (in Rewired_Windows.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string productName { get; }

Property Value

Type: String

Implements

IHIDControllerExtensionproductName
See Also