HP-UX SNAplus2 R7 APPC Programmer's Guide

APPC Conversation Verbs
MC_GET_ATTRIBUTES and GET_ATTRIBUTES
unsigned short primary_rc;
unsigned long secondary_rc;
unsigned char tp_id[8];
unsigned long conv_id;
unsigned char reserv3;
unsigned char sync_level;
unsigned char mode_name[8];
unsigned char net_name[8];
unsigned char lu_name[8];
unsigned char lu_alias[8];
unsigned char plu_alias[8];
unsigned char plu_un_name[8];
unsigned char reserv4[2];
unsigned char fqplu_name[17];
unsigned char reserv5;
unsigned char user_id[10];
unsigned long conv_group_id;
unsigned char conv_corr_len;
unsigned char conv_corr[8];
unsigned char reserv6[13];
} GET_ATTRIBUTES;
4.7.5 Supplied Parameters
The TP supplies the following parameters to APPC:
opcode
Possible values are:
AP_M_GET_ATTRIBUTES
For the MC_GET_ATTRIBUTES verb.
AP_B_GET_ATTRIBUTES
For the GET_ATTRIBUTES verb.
opext
Possible values are:
AP_MAPPED_CONVERSATION
For the MC_GET_ATTRIBUTES verb.
AP_BASIC_CONVERSATION
For the GET_ATTRIBUTES verb.
If the verb is being issued on a full-duplex conversation, combine the value above (using a logical OR) with
the value AP_FULL_DUPLEX_CONVERSATION.
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.
146