VintaSoftTwain Control v6.0
VintaSoftTwain Object / DeviceManager_FindDevice Method
Name of the device to find.
In This Topic
    DeviceManager_FindDevice Method
    In This Topic
    Description
    Finds the device by device's name.
    Syntax
    Visual Basic
    Public Function DeviceManager_FindDevice( _
       ByRef deviceName As String _
    ) As Long
    Parameters
    deviceName
    Name of the device to find.
    Return Type
    Zero-based index of device if device with specified name is found; -1 if device with specified name is NOT found.
    Remarks
    Call this method only after DeviceManager_Open method.
    See Also