HP-UX SNAplus2 R7 APPC Programmer's Guide

APPC Conversation Verbs
MC_SEND_CONVERSATION and SEND_CONVERSATION
typedef struct send_conversation
{
unsigned short opcode;
unsigned char opext;
unsigned char reserv2;
unsigned short primary_rc;
unsigned long secondary_rc;
unsigned char tp_id[8];
unsigned char reserv3[8];
unsigned char rtn_ctl;
unsigned char reserv4;
unsigned long conv_group_id;
unsigned long sense_data;
unsigned char plu_alias[8];
unsigned char mode_name[8];
unsigned char tp_name[64];
unsigned char security;
unsigned char reserv5[11];
unsigned char pwd[10];
unsigned char user_id[10];
unsigned short pip_dlen;
unsigned char far *pip_dptr;
unsigned char reserv6;
unsigned char fqplu_name[17];
unsigned char reserv7[8];
unsigned short dlen;
unsigned char far *dptr;
} SEND_CONVERSATION;
4.15.5 Supplied Parameters
The TP supplies the following parameters to APPC:
opcode
Possible values are:
AP_M_SEND_CONVERSATION
For the MC_SEND_CONVERSATION verb.
AP_B_SEND_CONVERSATION
For the SEND_CONVERSATION verb.
opext
Possible values are:
AP_MAPPED_CONVERSATION
For the MC_SEND_CONVERSATION verb.
AP_BASIC_CONVERSATION
For the SEND_CONVERSATION verb.
If the verb is being issued as a non-blocking verb, combine the value above (using a logical OR) with the
value AP_NON_BLOCKING.
tp_id
208