Syntax
GsFunStat GsLACSGetFalsePosHeaderStats(GsId gs,GsFalsePosHeaderData *pdata, int
structSize);
Arguments
GsIdgs ID returned by GsInitWithProps() for the current instance of GeoStan. Input.
GsFalsePosHeaderData*pdata This structure retrieves the LACSLink header record for false-positive address matches using the data passed in GsFalsePosHeaderData. The output data members are statistics for the false-positive report. The input data members include information to correctly complete the false-positive report for the USPS. This structure contains the following:
intlu nTotalRecordsMatched Number of records matching through LACSLink. Output.
intlu nTotalRecordsProcessed Number of records processed through LACSLink. Output.
char MailersAddressLine Address of the mailer. Input.
char MailersCityName City of the mailer. Input.
char MailerCompanyName Name of the mailer. Input.
char MailersStateName State of the mailer. Input.
char Mailers9DigitZip 9-digit ZIP Code of the mailer. Input.
intstructSize Size of the GsFalsePosHeaderData data structure. Input.
Return Values
GS_SUCCESS
GS_ERROR Call GsErrorGetEx() for more information
GS_WARNING Call GsErrorGetEx() for more information.
Prerequisites
GsInitWithProps() with appropriate LACSLink initialization properties set. GS_LACSLINK_IND == "F"