HP-UX SNAplus2 CPI-C Programmer's Guide (June 2003)
CPI-C Calls
Extract_Partner_LU_Name (cmepln)
Chapter 3 179
Extract_Partner_LU_Name (cmepln)
The Extract_Partner_LU_Name call returns the partner LU name and
partner LU name length for a specified conversation. This canbe an alias
name of up to eight bytes or a fully qualified network name of up to 17
bytes.
Function Call
void cmepln (
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 cmepln (
byte[] conversation_ID,
byte[] partner_LU_name,
CPICLength partner_LU_name_length,
CPICReturnCode return_code
);
Supplied Parameters
The supplied parameter is:
conversation_ID
This is the identifier for the conversation. The value of
this parameter is returned by the
Initialize_Conversation, Initialize_For_Incoming, or
Accept_Conversation call.
Returned Parameters
After the verb executes, SNAplus2 returns parameters to indicate
whether the execution was successful and, if not, to indicate the reason
the execution was unsuccessful.