/*++ /* NAME /* rcpt_print /* SUMMARY /* write RECIPIENT structure to stream /* SYNOPSIS /* #include <rcpt_print.h> /* /* int rcpt_print(print_fn, stream, flags, ptr) /* ATTR_PRINT_COMMON_FN print_fn; /* VSTREAM *stream; /* int flags; /* void *ptr; /* DESCRIPTION /* rcpt_print() writes the contents of a RECIPIENT structure /* to the named stream using the specified attribute print /* routine. rcpt_print() is meant to be passed as a call-back /* to attr_print(), thusly: /* /* ... SEND_ATTR_FUNC(rcpt_print, (const void *) recipient), ... /* DIAGNOSTICS /* Fatal: out of memory. /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this /* software. /* AUTHOR(S) /* Wietse Venema /* IBM T.J. Watson Research /* P.O. Box 704 /* Yorktown Heights, NY 10598, USA /* /* Wietse Venema /* Google, Inc. /* 111 8th Avenue /* New York, NY 10011, USA
/*--*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.