Ends a TWAIN session for the object.
#include "ltwrappr.h"
virtual L_INT LTwain::EndSession ()
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
A TWAIN session is started by calling the TWAIN initialization function LTwain::InitSession.
For each call to LTwain::InitSession there must be a call to [LTwain:EndSession. Also, 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.
For an example, refer to LTwain::IsAvailable.