HP-UX SNAplus2 CPI-C Programmer's Guide (June 2003)
CPI-C Calls
Release_Local_TP_Name (cmrltp)
Chapter 3212
Release_Local_TP_Name (cmrltp)
For Unix The Release_Local_TP_Name call is issued by a program to indicate that
it will no longer acceptincoming Allocate requests for a TPname. The TP
name may have been specified using any of the methods described in
“Specifying the Local TP Name” in Chapter 2.
Function Call
void cmrltp (
unsigned char CM_PTR TP_name,
CM_INT32 CM_PTR TP_name_length,
CM_RETURN_CODE CM_PTR return_code
);
Function Call for Java CPI-C
public native void cmrltp (
byte[] TP_name,
CPICLength TP_name_length,
CPICReturnCode return_code
);
Supplied Parameters
The supplied parameters are:
TP_name
This parameter specifies the starting address of the TP
name. This must be a TP name that the program has
previously specified on a Specify_Local_TP_Name call.
TP_name_length
This parameter specifies the length of the name (1–64
characters).
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.
return_code
Possible values are: