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: | |
| Topics: | |
| 
 | 
Example
For an example, refer to LIsis::AcquireMulti.