HP-UX SNAplus2 R7 APPC Programmer's Guide

APPC Conversation Verbs
MC_SEND_ERROR and SEND_ERROR
unsigned char err_dir;
unsigned char reserv3;
unsigned short log_dlen;
unsigned char far *log_dptr;
} SEND_ERROR;
4.17.5 Supplied Parameters
The TP supplies the following parameters to APPC:
opcode
Possible values are:
AP_M_SEND_ERROR
For the MC_SEND_ERROR verb.
AP_B_SEND_ERROR
For the SEND_ERROR verb.
opext
Possible values are:
AP_MAPPED_CONVERSATION
For the MC_SEND_ERROR verb.
AP_BASIC_CONVERSATION
For the SEND_ERROR verb.
If the verb is being issued on a full-duplex conversation or is being issued as a non-blocking verb, combine
the value above (using a logical OR) with one or both of the following values:
AP_FULL_DUPLEX_CONVERSATION
The verb is being issued on a full-duplex conversation.
AP_NON_BLOCKING
The verb is being issued as a non-blocking verb.
tp_id
Identier for the local TP.
The value of this parameter was returned by the TP_STARTED verb in the invoking TP or by RE-
CEIVE_ALLOCATE in the invoked TP.
conv_id
Conversation identier.
The value of this parameter was returned by the [MC_]ALLOCATE verb in the invoking TP or by
RECEIVE_ALLOCATE in the invoked TP.
err_type
Indicates the type of error being reported. This determines the return code that APPC sends to the partner
TP to report the error; all of these return codes are described in Appendix B, Common Return Codes.
WINDOWS
226