DeviceProperties.GetRange Method

Language:

Retrieves the range of values an object can possibly report. For some devices, this is a read-only property.

Definition

Visual Basic Public Function GetRange( _
    ByVal how As ParameterHow, _
    ByVal objectId As Integer _
) As InputRange
C# public InputRange GetRange(
    ParameterHow how,
    int objectId
);
C++ public:
InputRange GetRange(
    ParameterHow how,
    int objectId
);
JScript public function GetRange(
    how : ParameterHow,
    objectId : int
) : InputRange;

Parameters

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

Return 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