z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


rapi_event_rtn_t - Event upcall

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

#include <rapi.h>
 
 
typedef int     rapi_event_rtn_t(
    rapi_sid_t        Sid,              /* Session ID           */
    rapi_eventinfo_t  EventType,        /* Event type           */
    rapi_styleid_t    Style,            /* Reservation style    */
    int               ErrorCode,        /* Error event: code    */
    int               ErrorValue,       /* Error event: value   */
    rapi_addr_t       *ErrorNode,       /* Node detecting error */
    unsigned int      ErrorFlags,       /* Error flags          */
    int               FilterspecNo,     /* number of filterspecs*/
    rapi_filter_t     *Filterspec_list,
    int               FlowspecNo,       /* number of flowspecs  */
    rapi_flowspec_t   *Flowspec_list,
    int               AdspecNo,         /* number of adspecs    */
    rapi_adspec_t     *Adspec_list,
    void              *Event_arg        /* application argument */
);
 
 

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014