Formats a DPV false-positive header record with data from GsDpvGetFalsePosHeaderStats.
Syntax
GsFunStat GsFormatDpvFalsePosHeader(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 DPV report data structure. This value is completed by GsDpvGetFalsePosHeaderStats(). Input.
structSize Size of the GsFalsePosHeaderData data structure. Input.
header Buffer containing the DPV false-positive header after GsFormatDpvFalsePosHeader() 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
GsInitWithProps() with appropriate DPV initialization properties set.
GsDpvGetFalsePosHeaderStat()