| Previous | Contents | Index |
Format a user's list of stored messages.
int POPSTORE_format_messages (format, user_context, context, output_proc) POPSTORE_format_element *format; POPSTORE_user_context *user_context; void *context; int (*output_proc)();
Pointer to a formatting context returned by a previous call to
formatPOPSTORE_format_read. Used for input only.User context for the user to display the messages for. Obtain this context by calling
user_contextPOPSTORE_user_begin_d. Used for input only.Pointer to private client data to be passed to the client-supplied
contextoutput_procprocedure. Used for input only.Address of a client-supplied subroutine to call to output formatted data. Used for input only.
output_proc
POPSTORE_format_messagescan be used to format a user's list of stored messages. The formatting context passed to this subroutine should be derived from a formatting file using substitution strings from Tables 4-10 and 4-24. See the description of thePOPSTORE_format_counterssubroutine for a description of theoutput_procprocedure.
POPSTORE_SUCCESS Normal, successful completion. POPSTORE_BADARG Bad value passed for the address of the output procedure, output_proc.Any error value returned by the output procedure, output_proc.
| Previous | Next | Contents | Index |