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

CPI-C Calls
Set_Partner_LU_Name (cmspln)
Chapter 3 271
Set_Partner_LU_Name (cmspln)
The Set_Partner_LU_Name call is issued by the invoking program to
specify the partner LU name. This call overrides the partner LU name
derived from the side information when the Initialize_Conversation call
was issued. This call cannot be issued after the Allocate has been issued.
Issuing this call has no effect on the side information itself.
Function Call
void cmspln (
unsigned char CM_PTR conversation_ID,
unsigned char CM_PTR partner_LU_name,
CM_INT32 CM_PTR partner_LU_name_length,
CM_RETURN_CODE CM_PTR return_code
);
Function Call for Java CPI-C
public native void cmspln (
byte[] conversation_ID,
byte[] partner_LU_name,
CPICLength partner_LU_name_length,
CPICReturnCode return_code
);
Supplied Parameters
The supplied parameters are:
conversation_ID
This is the identifier for the conversation. The value of
this parameter is returned by the
Initialize_Conversation call.
partner_LU_name
This parameter specifies the starting address of the
partner LU name. The following characters are
allowed:
Uppercase letters
Numerals 09
The partner LU name can be either of the following: