Formats a DPV false-positive detail record from GsDpvGetFalsePosDetail.
Syntax
GsFunStat GsFormatDpvFalsePosDetail(GsId gs,
GsDpvFalsePosDetailData *pData, int structSize, pstr detail,
int detailLength);
Arguments
gs ID returned by GsInitWithProps for the current instance of GeoStan. Input.
GsDpvFalsePosDetailData *pData Pointer to the DPV report data structure. This value is completed by GsDpvGetFalsePosDetail( ).
structSize Size of the GsDpvFalsePosDetail data structure. Input.
detail Buffer containing the DPV false-positive detail record after GsFormatDpvFalsePosDetail( ) successfully completes. When the GeoStan application writes the false-positive report, it writes this buffer to the last line of the file. Output.
detailLength Length of the detail buffer. Input.
Return Values
GS_SUCCESS
GS_ERROR Call GsErrorGetEx( ) for more information.
GS_WARNING Call GsErrorGetEx( ) for more information.
Prerequisites
GsDpvGetFalsePosDetail( )