GsFormatLACSFalsePosHeader - 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
Formats a LACSLink false-positive header record with data from GsLACSGetFalsePosHeaderStats.
Note: If singleline address input is used, the output from GsFormatLACSFalsePosHeader will be incorrect.

Syntax

GsFunStat GsFormatLACSFalsePosHeader(GsId gs, GsFalsePosHeaderData *pData, int structSize, pstr header, int headerLength);

Arguments

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

*pData   Pointer to the LACSLink report data structure. This value is completed by GsLACSGetFalsePosHeaderStats(). Input.

structSize   Size of GsFalsePosHeaderData data structure. Input.

header   Buffer containing the LACSLink false-positive header after GsFormatLACSFalsePosHeader() successfully completes. When the GeoStan application writes the false-positive report, it writes this buffer to the first line of the file. Output.

headerLength   Length of the header buffer. Input.

Return Values

GS_SUCCESS

GS_ERROR    Call GsErrorGetEx() for more information.

GS_WARNING   Call GsErrorGetEx() for more information.

Prerequisites

GsLACSGetFalsePosHeaderStats()