Closes the import MIF/MID, BNA, SHP, OR TAB file.
Syntax
intl pipImportClose ( pipImporter imp_h );
Arguments
imp_h The handle returned by pipImportInit for the current import process. Input.
Return Value
PIP_OK
Prerequisites
pipImportOpenBNA , pipImportOpenMIF2 , pipImportOpenShape , or pipImportOpenTab
Alternates
None
Notes
This function closes the import file opened by pipImportOpenMIF2 , pipImportOpenBNA , pipImportOpenShape, or pipImportOpenTab. You can then call pipImportOpenBNA , pipImportOpenMIF2 , pipImportOpenShape, or pipImportOpenTab to read another file, or pipImportTerm to end the import process.