Microsoft DirectX 9.0 SDK Update (October 2004)

DeviceProperties.GetRange Method

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

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

Parameters

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

Return Value

Microsoft.DirectX.DirectInput.InputRange .


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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