HP-UX SNAplus2 CPI-C Programmer's Guide (June 2003)

CPI-C Calls
Extract_CPIC_Side_Information (xcmesi)
Chapter 3168
Extract_CPIC_Side_Information (xcmesi)
This function is not available in Java CPI-C.
The Extract_CPIC_Side_Information call returns the side information
for an entry number or symbolic destination name.
This call is provided for compatibility with X/Open CPI-Cand with the
Windows CPI-C specification; it is not included in IBM CPI-C 2.0.
Function Call
void xcmesi (
CM_INT32 CM_PTR entry_number,
unsigned char CM_PTR sym_dest_name,
SIDE_INFO CM_PTR side_info_entry,
CM_INT32 CM_PTR side_info_entry_length,
CM_RETURN_CODE CM_PTR return_code
);
typedef struct side_info_entry
{
unsigned char sym_dest_name[8]; /* symbolic destination name */
unsigned char partner_LU_name[17]; /* Fully qualified partner LU */
/* name */
unsigned char reserved[3]; /* Reserved */
XC_TP_NAME_TYPE TP_name_type; /* TP name type */
unsigned char TP_name[64]; /* TP name */
unsigned char mode_name[8]; /* Mode name */
XC_CONVERSATION_SECURITY_TYPE
conversation_security_type; /* Conversation security type */
unsigned char security_user_ID[8]; /* User ID */
unsigned char security_password[8]; /* Password */
} SIDE_INFO;
Supplied Parameters
The supplied parameters are:
entry_number
This parameter is ignored.