home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / doc / manual / volume2 / qmgrif.tex < prev    next >
Encoding:
Text File  |  1991-03-24  |  1.2 KB  |  31 lines

  1. \File{qmgrif.h},{13:13},{Mar 25 1991}
  2. \L{\LB{struct type\_Qmgr\_ProcMsg \{}}
  3. \L{\LB{    struct type\_Qmgr\_QID *qid;}}
  4. \L{\LB{}}
  5. \L{\LB{    struct type\_Qmgr\_UserList *users;}}
  6. \L{\LB{}}
  7. \L{\LB{    struct type\_Qmgr\_Channel *channel;}}
  8. \L{\LB{\};}}
  9. \L{\LB{}}
  10. \L{\LB{struct type\_Qmgr\_DeliveryStatus \{}}
  11. \L{\LB{        struct type\_Qmgr\_IndividualDeliveryStatus *IndividualDeliveryStatus;}}
  12. \L{\LB{}}
  13. \L{\LB{        struct type\_Qmgr\_DeliveryStatus *next;}}
  14. \L{\LB{\};}}
  15. \L{\LB{}}
  16. \L{\LB{struct type\_Qmgr\_IndividualDeliveryStatus \{}}
  17. \L{\LB{    struct type\_Qmgr\_RecipientId *recipient;}}
  18. \L{\LB{}}
  19. \L{\LB{    integer     status;}}
  20. \L{\LB{\#define}\Tab{8}{int\_Qmgr\_status\_success}\Tab{32}{0}}
  21. \L{\LB{\#define}\Tab{8}{int\_Qmgr\_status\_successSharedDR}\Tab{40}{1}}
  22. \L{\LB{\#define}\Tab{8}{int\_Qmgr\_status\_failureSharedDR}\Tab{40}{2}}
  23. \L{\LB{\#define}\Tab{8}{int\_Qmgr\_status\_negativeDR}\Tab{40}{3}}
  24. \L{\LB{\#define}\Tab{8}{int\_Qmgr\_status\_positiveDR}\Tab{40}{4}}
  25. \L{\LB{\#define}\Tab{8}{int\_Qmgr\_status\_messageFailure}\Tab{40}{5}}
  26. \L{\LB{\#define}\Tab{8}{int\_Qmgr\_status\_mtaFailure}\Tab{40}{6}}
  27. \L{\LB{\#define}\Tab{8}{int\_Qmgr\_status\_mtaAndMessageFailure}\Tab{48}{7}}
  28. \L{\LB{}}
  29. \L{\LB{    struct}\Tab{16}{qbuf}\Tab{24}{*info;}}
  30. \L{\LB{\};}}
  31.