HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DELETE_TP_LOAD_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 tp_name[64]; /* TP name */
} DELETE_TP;
3.79.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_TP
tp_name
Name of the TP to be deleted.
3.79.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
3.79.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_INVALID_TP_NAME
The tp_name parameter did not match the name of a defined TP.
AP_SYSTEM_TP_CANT_BE_DELETED
The specified TP name is the name of a TP used internally by SNAplus2 you cannot delete it.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK,
which are common to all NOF verbs.
3.79.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.80 DELETE_TP_LOAD_INFO
The DELETE_TP_LOAD_INFO verb deletes a TP load information entry.
316