[Home] [Back] [Up] [<<] [>>]

FileName

The name of the input text-file - containing the processed addresses.

Syntax

int reportGetFileName(char *s, int maxlen);

int reportPutFileName(const char *sNewValue);

Syntax description

spointer to the buffer to receive the file name in the spec.
maxlenthe size in characters of the above buffer, excluding the null-terminator.
sNewValuenull-terminated string specifying the file name.
Return values

GetFileName returns 0 on success, and the length of the buffer required (excluding the null-terminator) if maxlen is too short.
PutFileName returns 0 on success and error code if sNewValue is too long.