Finds next ZIP + 4 in any object in the object file.
Syntax
intl pipZip4FindNext ( pipZip4File zip_h, pstr zip9, pstr code, pstr name, intl
nameSize );
Arguments
zip_h The handle of the opened ZIP + 4 Z9 file. Input.
zip9 A pointer to a string containing the next 9-digit ZIP Code found in the current object in the object file. Output.
code The centroid type code (see , "Location Codes"). Output. name A pointer to a string to be filled with the identifier of the first
object in which the ZIP + 4 is located. Output.
nameSize The size of the buffer that contains the identifier of the first object in which ZIP + 4 is located. If the buffer size is smaller than the identifier, the identifier is truncated. Input.
Return Value
PIP_OK PIP_ERROR PIP_NOT_FOUND
Prerequisites
pipZip4FindFirst.
Alternates
None.
Notes
This function returns the next ZIP + 4 found inside any of the polygons in the object file, along with the polygon's name.
The zip9 parameter must point to a buffer of at least 10 bytes. The code parameter must point to a buffer of at least 2 bytes.
If no additional ZIP + 4 is found, the function returns PIP_NOT_FOUND.