HP-UX SNAplus2 CPI-C Programmer's Guide (June 2003)
CPI-C Calls
Extract_Local_LU_Name (cmelln)
Chapter 3 173
Extract_Local_LU_Name (cmelln)
The Extract_Local_LU_Name call returns the following for a specified
conversation:
• The alias of the local LU
• The length of the alias of the local LU
This call is not part of the standard CPI-C specification, and may not be
available in other implementations. In particular, it is not supported in
other Java CPI-C implementations.
Function Call
void cmelln (
unsigned char CM_PTR conversation_ID,
unsigned char CM_PTR lu_alias,
CM_RETURN_CODE CM_PTR return_code
);
Function Call for Java CPI-C
public native void cmelln (
byte[] conversation_ID,
byte[] lu_alias,
CPICReturnCode return_code
);
Supplied Parameters
The supplied parameter is:
conversation_ID
This is the identifier for the conversation. The value of
this parameter was returned by the
Initialize_Conversation, Initialize_For_Incoming, or
Accept_Conversation call.