Looks up the ID number for a driver based upon its short name. The ID number is need to open the driver or get info on it.
Declaration Syntax
Parameters
- short_name (String)
- The short name of the driver. See the list of drivers for valid short names.
Return Value
- A non-negative value is the ID number of the driver.
- -1 indicates failure. No driver by that name exists.