HP-UX SNAplus2 R7 APPC Programmer's Guide
APPC Conversation Verbs
MC_TEST_RTS_AND_POST and TEST_RTS_AND_POST
} MC_TEST_RTS_AND_POST;
4.20.2 VCB Structure: TEST_RTS_AND_POST
The definition of the VCB structure for the TEST_RTS_AND_POST verb is as follows:
typedef struct test_rts_and_post
{
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;
void (*callback)();
unsigned char reserv3;
} TEST_RTS_AND_POST;
4.20.3 VCB Structure: MC_TEST_RTS_AND_POST (Windows)
WINDOWS
The definition of the VCB structure for the MC_TEST_RTS_AND_POST verb is as follows:
typedef struct mc_test_rts_and_post
{
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;
unsigned long sema;
} MC_TEST_RTS_AND_POST;
4.20.4 VCB Structure: TEST_RTS_AND_POST (Windows)
The definition of the VCB structure for the TEST_RTS_AND_POST verb is as follows:
typedef struct test_rts_and_post
{
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;
unsigned long sema;
} TEST_RTS_AND_POST;
243