ImageGear Professional DLL v18.1 for Windows
IG_TWAIN_file_close
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > TWAIN Component API Reference > TWAIN Component Functions Reference > Device File System Functions > IG_TWAIN_file_close

Glossary Item Box

This function closes the file system context associated with lpFileInfo.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_TWAIN_file_close(
        LPAT_TWAIN_FILEINFO lpFileInfo
);

Arguments:

Name Type Description
lpFileInfo LPAT_TWAIN_FILEINFO Pointer to an AT_TWAIN_FILEINFO structure associated with the file system context.

Return Value:

Returns the number of ImageGear errors that occurred during this function call. If there are no errors, the return value is IGE_SUCCESS.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

Every call to IG_TWAIN_file_get_first() must be matched by a call to IG_TWAIN_file_close() to release the file system context.

©2014. Accusoft Corporation. All Rights Reserved.