LIsis::UnloadDriver

#include "Ltwrappr.h"

virtual L_INT LIsis::UnloadDriver(void);

Unloads the ISIS Scanner Driver.

This function is available in the Document/Medical Toolkits.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

You must call this function if you successfully loaded an ISIS scanner driver using LIsis::LoadDriver.

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::LoadDriver, Class Members

Topics:

Raster Image Functions: Scanning Images using ISIS

 

Using ISIS to Scan Images

Example

For an example, refer to LIsis::AcquireMulti.