|
joyGetNumDevs The joyGetNumDevs function queries the joystick driver for the number of joysticks it supports. VB4-32,5,6 Declare Function joyGetNumDevs Lib "winmm.dll" Alias "joyGetNumDev" () As Long |
Operating Systems Supported |
Requires Windows NT 3.1 or later; Requires Windows 95 or later |
Returns the number of joysticks supported by the joystick driver or zero if no driver is present. |
|
|
|