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

CPI-C Calls
Set_Local_LU_Name (cmslln)
Chapter 3262
Set_Local_LU_Name (cmslln)
The Set_Local_LU_Name call is issued by the invoking program to
specify the local LU for a conversation. This call overrides the
system-defined Local LU derived from the side information when
Initialize_Conversation was issued, and any Local LU specified by the
APPCLLU environment variable. This call cannot be issued after the
Allocate has been issued. Issuing this call has no effect on the side
information itself.
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 cmslln (
unsigned char CM_PTR Conversation_ID,
unsigned char CM_PTR lu_alias,
CM_INT32 CM_PTR lu_alias_length,
CM_RETURN_CODE CM_PTR return_code
);
Function Call for Java CPI-C
public native void cmslln (
byte[] conversation_ID,
byte[] lu_alias,
CPICLength lu_alias_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, Initialize_For_Incoming, or
Accept_Conversation call.