DInputHelper.MakeInstance(Int32) Method (Microsoft.DirectX.DirectInput)

Creates an instance identifier of a device object.

Definition

Visual Basic Public Shared Function MakeInstance( _
    ByVal n As Integer _
) As Integer
C# public static int MakeInstance(
    int n
);
C++ public:
static int MakeInstance(
    int n
);
JScript public static function MakeInstance(
    n : int
) : int;

Parameters

n System.Int32

Return Value

System.Int32