HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DELETE_MODE
The supplied num_lus parameter was not in the valid range.
3.70.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.71 DELETE_MODE
DELETE_MODE deletes the definition of a mode. You cannot delete SNA-defined modes such as SNASVCMG and
CPSVCMG.
3.71.1 VCB Structure
typedef struct delete_mode
{
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 mode_name[8]; /* mode name */
} DELETE_MODE;
3.71.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_MODE
mode_name
Name of the mode. This is an 8-byte type-A EBCDIC string (starting with a letter), padded on the right with
EBCDIC spaces if the name is shorter than 8 characters.
3.71.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
3.71.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
305