Get the first connected driver name and scanner model.
Visual Basic |
---|
Public Sub GetFirstConnectedDriverAndScanner( _ ByRef DriverName As String, _ ByRef ScannerModel As String _ ) |
- DriverName
- A string value which represents the driver name to get.
- ScannerModel
- A string value which represents the scanner model to get.
Note: When the list has been completed, both DriverName and ScannerModel are NULL pointers.