LTwain::EndSession
#include "ltwrappr.h"
virtual L_INT LTwain::EndSession ()
Ends a TWAIN session for the object.
Returns
|
SUCCESS |
The function was successful. |
|
< 1 |
An error occurred. Refer to Return Codes. |
Comments
A TWAIN session is started by calling the LTwain::InitSession function.
For each call to LTwain::InitSession there must be a call to LTwain::EndSession. This function should be the last function to be called in the toolkit. It will clean up and free memory allocated during the TWAIN session.
Required DLLs and Libraries
|
LTTWN 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 LTwain::IsAvailable.