L_ISISLoadDriver
#include "l_bitmap.h"
#include "ltisi.h"
L_INT EXT_FUNCTION L_ISISLoadDriver(pszDriverName)
L_CHAR L_FAR pszDriverName; |
/* driver name */ |
Loads the ISIS Scanner Driver. This function is available in the Document/Medical Toolkits.
Parameter |
Description |
pszDriverName |
Character string containing the name of the ISIS Scanner Driver to load. If you pass NULL for this parameter, the currently selected driver will be loaded. |
Returns
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Comments
You must call this function before calling L_ISISAcquire, L_ISISAcquireMulti, L_ISISGetTagLong, L_ISISSetTagLong, L_ISISGetTagShort or L_ISISSetTagShort.
When you are finished with ISIS support, you must call L_ISISUnloadDriver.
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: |
L_ISISUnloadDriver, L_ISISAcquire, L_ISISAcquireMulti, L_ISISGetTagLong, L_ISISGetTagShort, L_ISISSetTagLong, L_ISISSetTagShort |
Topics: |
|
|
Example
For an example, refer to L_ISISAcquire.
For complete sample code, refer to DEMO example.