LIsis::LoadDriver
#include "Ltwrappr.h"
virtual L_INT LIsis::LoadDriver(pszDriverName=0)
| /* name of the ISIS Scanner Driver to load */ | 
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 any of the following LIsis member functions:
When you are finished with ISIS support, you must call LIsis::UnloadDriver.
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::Acquire, LIsis::AcquireMulti, LIsis::GetTagLong, LIsis::GetTagShort, LIsis::SetTagLong, LIsis::SetTagShort, Class Members | 
| Topics: | |
| 
 | 
Example
For an example, refer to LIsis::AcquireMulti.