High Availability Monitors Version A.03.02 Release Notes
NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DELETE_CPIC_SIDE_INFO
Chapter 3 405
DELETE_CPIC_SIDE_INFO
This verb deletes an entry from the side information table.
Note the difference between this verb and the CPI-C function
Delete_CPIC_Side_Information(). This verb modifies a
configuration file, so that it affects all SNAplus2 CPI-C applications. The
CPI-C function modifies the application's own copy in memory of the side
information table, and does not affect any other CPI-C applications.
This verb must be issued to the domain configuration file.
VCB Structure
typedef struct delete_cpic_side_info
{
AP_UINT16 opcode; /* verb operation code */
unsigned char reserv2; /* reserved */
unsigned char format; /* reserved */
AP_UINT16 primary_rc; /* primary return code */
AP_UINT32 secondary_rc; /* secondary return code */
unsigned char reserv2a[8]; /* reserved */
unsigned char sym_dest_name[8]; /* Symbolic destination name */
} DELETE_CPIC_SIDE_INFO;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_CPIC_SIDE_INFO
sym_dest_name
Symbolic destination name which identifies the side
information entry. This is an 8-byte ASCII string,
consisting of uppercase A-Z and digits 0-9, padded on
the right with spaces if necessary.
Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following