HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DELETE_DIRECTORY_ENTRY
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;
3.54.2 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.
3.54.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
3.54.4 Returned Parameters: State Check
If the verb does not execute because of a state error, SNAplus2 returns the following parameters:
primary_rc
AP_STATE_CHECK
secondary_rc
AP_INVALID_SYM_DEST_NAME
The sym_dest_name parameter was not the name of a defined CPI-C side information entry.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_STATE_CHECK
, which
are common to all NOF verbs.
3.54.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.55 DELETE_DIRECTORY_ENTRY
DELETE_DIRECTORY_ENTRY deletes an entry in the Network Directory. You cannot delete the entry for an end
node CP from the directory of its network node server.
If the entry for a parent resource is deleted, then all entries for child resources associated with it are also deleted.
For example, if you delete the entry for a network node that is the parent of an end node, then the entries for the
end node and all LUs associated with both nodes (including wildcard LU entries) are deleted as well as the entry
for the network node.
278