HP-UX SNAplus2 R7 APPC Programmer's Guide
APPC Conversation Verbs
MC_PREPARE_TO_RECEIVE and PREPARE_TO_RECEIVE
} PREPARE_TO_RECEIVE;
4.8.3 VCB Structure: MC_PREPARE_TO_RECEIVE (Windows)
WINDOWS
The definition of the VCB structure for the MC_PREPARE_TO_RECEIVE verb is as follows:
typedef struct mc_prepare_to_receive
{
unsigned short opcode;
unsigned char opext;
unsigned char reserv2;
unsigned short primary_rc;
unsigned long secondary_rc;
unsigned char tp_id[8];
unsigned long conv_id;
unsigned char ptr_type;
unsigned char locks;
} MC_PREPARE_TO_RECEIVE;
4.8.4 VCB Structure: PREPARE_TO_RECEIVE (Windows)
The definition of the VCB structure for the PREPARE_TO_RECEIVE verb is as follows:
typedef struct prepare_to_receive
{
unsigned short opcode;
unsigned char opext;
unsigned char reserv2;
unsigned short primary_rc;
unsigned long secondary_rc;
unsigned char tp_id[8];
unsigned long conv_id;
unsigned char ptr_type;
unsigned char locks;
} PREPARE_TO_RECEIVE;
4.8.5 Supplied Parameters
The TP supplies the following parameters to APPC:
opcode
Possible values are:
AP_M_PREPARE_TO_RECEIVE
For the MC_PREPARE_TO_RECEIVE verb.
AP_B_PREPARE_TO_RECEIVE
For the PREPARE_TO_RECEIVE verb.
opext
Possible values are:
152