HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
DELETE_SECURITY_ACCESS_LIST
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 workstation_name[4]; /* workstation name */
} DELETE_RJE_WKSTN;
3.75.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_RJE_WKSTN
workstation_name
The name of the RJE workstation to be deleted.
3.75.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
3.75.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
AP_INVALID_WORKSTATION_NAME
The specied workstation_name parameter did not match any RJE workstation name.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK,
which are common to all NOF verbs.
3.75.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.76 DELETE_SECURITY_ACCESS_LIST
DELETE_SECURITY_ACCESS_LIST is used to do one of the following:
Delete a security access list.
Delete one or more users from a security access list but leave the list congured.
310