Microsoft DirectX 9.0 SDK Update (October 2004)

DeviceProperties.SetRange Method

Language:

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

Sets the range of values an object can possibly report.

Definition

Visual Basic .NET 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
);
Managed C++ public: void SetRange(
    ParameterHow how,
    int objectId,
    InputRange value
);
JScript .NET public function SetRange(
    how : ParameterHow,
    objectId : int,
    value : InputRange
);

Parameters

how Microsoft.DirectX.DirectInput.ParameterHow.
objectId System.Int32.
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