#include "lttwn.h"
L_LTTWN_API L_INT L_TwainCloseTemplateFile (hSession, hFile)
Closes the opened template file.
Handle to an existing TWAIN session. This handle is obtained by calling the L_TwainInitSession or L_TwainInitSession2 function.
Handle to an existing template file.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
! = SUCCESS | An error occurred. Refer to Return Codes. |
Closes and saves the template file opened by calling the L_TwainOpenTemplateFile function.
For more information on template files, refer to Handling Template Files.
Required DLLs and Libraries
For an example, refer to L_TwainAddCapabilityToFile.