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