DeviceInstance.DeviceSubType Property (Microsoft.DirectX.DirectInput)

Device type specifier. The least-significant byte of the device type description code specifies the device type. The next-significant byte specifies the device subtype. This value can also be combined with DIDEVTYPE_HID, which specifies a Human Interface Device (TermHid).

Definition

Visual Basic Public ReadOnly Property DeviceSubType As Integer
C# public int DeviceSubType { get; }
C++ public:
property int DeviceSubType {
        int get();
}
JScript public function get DeviceSubType() : int

Property Value

System.Int32

This property is read-only.