L_IsISISAvailable

#include "l_bitmap.h"
#include "ltisi.h"

L_BOOL EXT_FUNCTION L_IsISISAvailable(void)

Determines if the ISIS support dlls are installed. This function is available in the Document/Medical Toolkits.

Returns

TRUE

ISIS support dll's are installed.

FALSE

ISIS support dll's are not installed

Comments

Note: This function only indicates whether the ISIS support DLLs have been properly installed. It does not indicate the presence of the scanner driver itself. You must get the ISIS scanner driver from either the scanner manufacturer or from Pixel Translations. The .chn or .chw file must be in your path for ISIS scanning to work.

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_ISISSelect

Topics:

Raster Image Functions: Scanning Images using ISIS

 

Using ISIS to Scan Images

Example

For complete sample code, refer to the FRAME.C module of the DEMO example.

L_BOOL bISIS;

/* is ISIS installed? */
bISIS = L_IsISISAvailable();