GsLACSClearStats - 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

Clears the LACSLink statistics.

Syntax

GsFunStat GsLACSClearStats(GsId gs, GsLACSCompleteStats *pStats, int structSize);

Arguments

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

*pdata   This structure retrieves LACSLink statistics since the application initialized LACSLink. This structure contains the following:

intlu nTotalProcessed    Total number of records processed through LACSLink. Output.

intlu nTotalAMatches    Total number of records matched through LACSLink. Output.

intlu nTotal09Matches    Total number of records converted through LACSLink, but no new address provided. Output.

intlu nTotal00Matches    Total number or records not matched through LACSLink. Output.

intlu nTotal14Matches    Total number of records converted through LACSLink. Output.

intlu nTotal92Matches    Total number of records matched through LACSLink where GeoStan dropped the unit number. Output.

structSize   Size of the GsLACSCompleteStats data structure. Input.

Return Values

GS_SUCCESS

GS_ERROR    Call GsErrorGetEx() for information.

Prerequisites

GsInitWithProps() with appropriate LACSLink initialization properties set.