DeviceProperties.SetRange Method

Language:

Sets the range of values an object can possibly report.

Definition

Visual Basic Public Sub SetRange( _
    ByVal how As ParameterHow, _
    ByVal objectId As Integer, _
    ByVal value As InputRange _
)
C# public void SetRange(
    ParameterHow how,
    int objectId,
    InputRange value
);
C++ public:
void SetRange(
    ParameterHow how,
    int objectId,
    InputRange value
);
JScript public function SetRange(
    how : ParameterHow,
    objectId : int,
    value : InputRange
);

Parameters

how Microsoft.DirectX.DirectInput.ParameterHow
objectId System.Int32
value Microsoft.DirectX.DirectInput.InputRange

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center