HP-UX SNAplus2 R7 APPC Programmer's Guide
APPC Conversation Verbs
MC_DEALLOCATE and DEALLOCATE
void * correlator;
unsigned char reserv6[4];
} MC_DEALLOCATE;
4.5.2 VCB Structure: DEALLOCATE
The definition of the VCB structure for the DEALLOCATE verb is as follows:
typedef struct deallocate
{
AP_UINT16 opcode;
unsigned char opext;
unsigned char format;
AP_UINT16 primary_rc;
AP_UINT32 secondary_rc;
unsigned char tp_id[8];
AP_UINT32 conv_id;
unsigned char expd_rcvd;
unsigned char dealloc_type;
AP_UINT16 log_dlen;
unsigned char *log_dptr;
void (*callback)();
void * correlator;
unsigned char reserv6[4];
} DEALLOCATE;
4.5.3 VCB Structure: MC_DEALLOCATE (Windows)
WINDOWS
The definition of the VCB structure for the MC_DEALLOCATE verb is as follows:
typedef struct mc_deallocate
{
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 char dealloc_type;
unsigned char reserv4[2];
unsigned char reserv5[4];
} MC_DEALLOCATE;
4.5.4 VCB Structure: DEALLOCATE (Windows)
The definition of the VCB structure for the DEALLOCATE verb is as follows:
typedef struct deallocate
{
unsigned short opcode;
unsigned char opext;
130