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

JobNumber

The job number - identification for this address list processing.
It will appear on the top of the report and is optional.
It can be at most MAX_JOB_NUMBER characters.

Syntax

int reportGetJobNumber(char *s, int maxlen);

int reportPutJobNumber(const char *s);

Syntax description

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

The Get function returns 0 on success, and the length of the buffer required (excluding the null-terminator) if maxlen is too short.
The Put function returns 0. If the string is too long, it will be truncated.