HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
DELETE_CPIC_SIDE_INFO
Class of service name. This is an 8-byte type-A EBCDIC string (starting with a letter), padded on the right
with EBCDIC spaces.
3.53.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
3.53.4 Returned Parameters: Parameter Check
If the verb does not execute because of a parameter error, SNAplus2 returns the following parameters:
primary_rc
AP_PARAMETER_CHECK
secondary_rc
Possible values are:
AP_COS_NAME_NOT_DEFD
The supplied name is not the name of a COS dened on the SNAplus2 system.
AP_SNA_DEFD_COS_CANT_BE_DELETED
The supplied name is the name of one of the SNA-dened classes of service, which cannot be deleted.
Appendix B,
Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK,
which are common to all NOF verbs.
3.53.5 Returned Parameters: Other Conditions
Appendix B, Common Return Codes lists further combinations of primary and secondary return codes that are
common to all NOF verbs.
3.54 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
modies a conguration le, so that it affects all SNAplus2 CPI-C applications. The CPI-C function modies the
applications 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 conguration le.
3.54.1 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 */
277