HP-UX SNAplus2 R7 APPC Programmer's Guide

APPC Conversation Verbs
MC_TEST_RTS and TEST_RTS
typedef struct mc_test_rts
{
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;
unsigned char reserv3;
} MC_TEST_RTS;
4.19.2 VCB Structure: TEST_RTS
The denition of the VCB structure for the TEST_RTS verb is as follows:
typedef struct test_rts
{
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;
unsigned char reserv3;
} TEST_RTS;
4.19.3 VCB Structure: MC_TEST_RTS (Windows)
WINDOWS
The denition of the VCB structure for the MC_TEST_RTS verb is as follows:
typedef struct mc_test_rts
{
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 reserv3;
} MC_TEST_RTS;
4.19.4 VCB Structure: TEST_RTS (Windows)
The denition of the VCB structure for the TEST_RTS verb is as follows:
typedef struct test_rts
{
unsigned short opcode;
unsigned char opext;
unsigned char reserv2;
unsigned short primary_rc;
unsigned long secondary_rc;
239