Share via


DeviceObjectInstance.DesignatorIndex Property (Microsoft.DirectX.DirectInput)

An index that refers to a designator in the HID physical descriptor. This number can be passed to functions in the HID parsing library (Hidpi.h) to obtain additional information about the device object.

Definition

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

Property Value

System.Int16

This property is read/write.