L_ISISSelect
#include "l_bitmap.h"
#include "ltisi.h"
L_INT EXT_FUNCTION L_ISISSelect(hWnd, pszCurScanDriver)
HWND hWnd; |
/* window handle */ |
/* 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 |
hWnd |
Handle of the parent window. |
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
Pass hWnd = NULL to determine the current selected driver without showing the Select dialog box.
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. |
Platforms
Windows 95 / 98 / Me, Windows 2000 / XP.
See Also
Functions: |
|
Topics: |
|
|
Example
For complete sample code, refer to DEMO example.
L_CHAR szDriverName[255]="\0";
HWND hWnd;
L_ISISSelect(hWnd, szDriverName);