GsTerm - geostan_1 - 2024.01

GeoStan Geocoding Suite Reference for Windows, Linux, and z/OS

Product type
Software
Portfolio
Locate
Product family
GeoStan Geocoding Suite
Product
GeoStan Geocoding Suite > GeoStan
Version
2024.01
Language
English
Product name
GeoStan
Title
GeoStan Geocoding Suite Reference for Windows, Linux, and z/OS
Copyright
2024
First publish date
1994
Last updated
2024-07-29
Published on
2024-07-29T23:01:18.924000

Terminates GeoStan.

Syntax

GsFunStat GsTerm(GsId gs);

Arguments

GsIdgs   ID returned by GsInitWithProps() for the current instance of GeoStan. Input.

Return Values

GS_SUCCESS

GS_ERROR

Notes

You must call GsTerm() at the conclusion of a session to close files and release other resources. It closes GeoStan and invalidates GsId.

You cannot call any function that accepts a GsId parameter except GsInit_r following a call to GsTerm. Also, you should only delete the initialization, find, and status properties (by calling GsPropListDestroy) that you have used with GeoStan after the call to GsTerm.