Microsoft DirectX 8.1 (Visual Basic) |
Returns information about an enumerated device.
object.GetItem(index As Long) As DirectInputDeviceInstance8
Returns a DirectInputDeviceInstance8 object whose methods can be used to retrieve information about the device.
If the method fails, an error is raised and Err.Number is set.
To get the number of entries in DirectInputEnumDevices8 first call the DirectInputEnumDevices8.GetCount method.