|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T q
Length: 872 (0x368) Types: TextFile Names: »qmgrif.h«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« └─⟦e5a54fb17⟧ └─⟦this⟧ »pp-5.0/doc/manual/volume2/qmgrif.h«
#define type_Qmgr_Channel qbuf #define type_Qmgr_QID type_UNIV_PrintableString struct type_Qmgr_UserList { struct type_Qmgr_RecipientId *RecipientId; struct type_Qmgr_UserList *next; }; struct type_Qmgr_RecipientId { int parm; }; struct type_Qmgr_ProcMsg { struct type_Qmgr_QID *qid; struct type_Qmgr_UserList *users; struct type_Qmgr_Channel *channel; }; struct type_Qmgr_DeliveryStatus { struct type_Qmgr_IndividualDeliveryStatus *IndividualDeliveryStatus; struct type_Qmgr_DeliveryStatus *next; }; struct type_Qmgr_IndividualDeliveryStatus { struct type_Qmgr_RecipientId *recipient; int status; #define int_Qmgr_status_success 0 #define int_Qmgr_status_permanentFailure 1 #define int_Qmgr_status_messageFailure 2 #define int_Qmgr_status_mtaFailure 3 #define int_Qmgr_status_mtaAndMessageFailure 4 };