LIsis::Select
#include "Ltwrappr.h"
virtual L_INT LIsis::Select(pszCurScanDriver)
| /* current selected driver name */ | 
Brings up the ISIS Scanner Select dialog box to allow the user to select and/or add ISIS Scanner Drivers.
This function is available in the Document/Medical Toolkits.
| Parameter | Description | 
| pszCurScanDriver | Character string containing the current selected scanner driver name. The string must be at least 255 characters in size. | 
Returns
| SUCCESS | The function was successful. | 
| < 1 | An error occurred. Refer to Return Codes. | 
Comments
To get the current selected driver without showing the Select dialog box, call LScanner::SetWindow(hWnd) and pass hWnd = NULL, before calling this function.
Required DLLs and Libraries
| LTISI For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. | 
See Also
| Functions: | LIsis::IsAvailable, LTwain::IsAvailable, LTwain::SelectSource, Class Members | 
| Topics: | |
| 
 | 
Example
For an example, refer to LIsis::AcquireMulti.