Retrieves the detail record for a DPV false-positive report.
Syntax
GsFunStat GsDpvGetFalsePosDetail(GsId
gs,GsFalsePosDetailData* pdata,int structSize);
Arguments
GsIdgs ID returned by GsInitWithProps() for the current instance of GeoStan. Input.
GsFalsePosDetailData*pdata This structure retrieves the DPV detail record for the false-positive address match using the data passed in GsFalsePosDetailData. The data members are details provided by GeoStan for the false-positive report. This structure contains the following:
char AddressPrimaryNumber |
House number. Output. |
char AddressSecondaryAbbreviation |
Unit type (APT, SUITE, LOT). Output. |
char AddressSecondaryNumber |
Unit number. Output. |
char Filler |
Reserved for future implementation. Output. |
char MatchedPlus4 |
ZIP Code extension. Output. |
char MatchedZIPCODE |
ZIP Code. Output. |
char StreetName |
Name of the street. Output. |
char StreetPostDirectional |
Street name postdirectional (N, S, E, W). Output. |
char StreetpreDirectional |
Street name predirectional (N, S, E, W). Output. |
char StreetSuffixAbbreviation |
Street type (AVE, ST, RD). Output. |
intstructSize Size of theGsFalsePosDetailData data structure.Input.
Return Values
GS_SUCCESS
GS_ERROR Call GsErrorGetEx() for more information.
GS_WARNING Call GsErrorGetEx() for more information.
Prerequisites
GsInitDpv_r()
Notes
Only valid if the current/last record is a DPV false-positive match: GS_DPV_FALSE_POS = "Y"