The DIPROPRANGE structure contains information about the range of an object within a device. This structure is used with the DIPROP_RANGE flag set in the IDirectInputDevice::GetProperty and IDirectInputDevice::SetProperty methods.
typedef struct {
DIPROPHEADER diph;
LONG lMin;
LONG lMax;
} DIPROPRANGE, *LPDIPROPRANGE;
typedef const DIPROPRANGE *LPCDIPROPRANGE;
dwSize | sizeof(DIPROPRANGE) |
dwHeaderSize | sizeof(DIPROPHEADER) |
dwObj | Identifier of the object whose range is being retrieved or set. |
dwHow | How the dwObj member should be interpreted. |
The range values for devices whose ranges are unrestricted will wrap around.
Windows NT: Use version 5.0 or later.
Windows: Use Windows 95 or later. Available as a redistributable for Windows 95.
Windows CE: Unsupported.
Header: Declared in dinput.h.
DIPROPDWORD, IDirectInputDevice::GetProperty, IDirectInputDevice::SetProperty