Microsoft DirectX 8.1 (Visual Basic) |
Contains property information that is set on or retrieved from the input device by using the DirectInputDevice8.SetProperty and DirectInputDevice8.GetProperty methods, where the property is a range of values.
Type DIPROPRANGE lHow As Long lMax As Long lMin As Long lObj As Long End Type
If the lHow member is DIPH_BYID, this member must be the identifier for the object whose property setting is to be set or retrieved. This value can be retrieved for the object by using the DirectInputDeviceObjectInstance.GetType method.
If the lHow member is DIPH_BYOFFSET, this member must be a data format offset for the object whose property setting is to be set or retrieved. This value can be obtained by using the DirectInputDeviceObjectInstance.GetOfs method.
If lHow is DIPH_DEVICE, this value should be 0.