HP-UX SNAplus2 CPI-C Programmer's Guide (June 2003)
CPI-C Calls
Delete_CPIC_Side_Information (xcmdsi)
Chapter 3154
Delete_CPIC_Side_Information (xcmdsi)
This function is not available in Java CPI-C.
The Delete_CPIC_Side_Information call deletes a side information entry
that the application has previously specified using
Set_CPIC_Side_Information, or specifies that an entry in the
configuration file is no longer available for use by this application. This
entry is identified through the symbolic destination name.
This call is provided for compatibility with X/Open CPI-Cand with the
Windows CPI-C specification; it is not included in IBM CPI-C 2.0.
Function Call
void xcmdsi (
unsigned char CM_PTR key,
unsigned char CM_PTR sym_dest_name,
CM_RETURN_CODE CM_PTR return_code
);
Supplied Parameters
The supplied parameters are:
key
This parameter is ignored.
sym_dest_name
This parameter specifies the symbolic destination
name of the entry to be deleted. It is an 8-byte ASCII
character string and can contain any displayable
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:
CM_OK The call executed successfully.