HP-UX SNAplus2 R7 APPC Programmer's Guide

APPC Conversation Verbs
MC_CONFIRMED and CONFIRMED
AP_UINT16 opcode;
unsigned char opext;
unsigned char format; /* Reserved */
AP_UINT16 primary_rc;
AP_UINT32 secondary_rc;
unsigned char tp_id[8];
AP_UINT32 conv_id;
} MC_CONFIRMED;
4.4.4 VCB Structure: CONFIRMED
The denition of the VCB structure for the CONFIRMED verb is as follows:
typedef struct confirmed
{
AP_UINT16 opcode;
unsigned char opext;
unsigned char reserv2;
AP_UINT16 primary_rc;
AP_UINT32 secondary_rc;
unsigned char tp_id[8];
AP_UINT32 conv_id;
} CONFIRMED;
4.4.5 VCB Structure: MC_CONFIRMED (Windows)
WINDOWS
The denition of the VCB structure for the MC_CONFIRMED verb is as follows:
typedef struct mc_confirmed
{
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;
} MC_CONFIRMED;
4.4.6 VCB Structure: CONFIRMED (Windows)
The denition of the VCB structure for the CONFIRMED verb is as follows:
typedef struct confirmed
{
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;
} CONFIRMED;
126