HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DELETE_INTERNAL_PU
3.61.6 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.62 DELETE_INTERNAL_PU
DELETE_INTERNAL_PU deletes a DLUR-served local PU. The PU can be deleted only if it does not have an
active SSCP-PU session.
3.62.1 VCB Structure
typedef struct delete_internal_pu
{
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 pu_name[8]; /* internal PU name */
} DELETE_INTERNAL_PU;
3.62.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_INTERNAL_PU
pu_name
Name of the internal PU that is being deleted. This is an 8-byte type-A EBCDIC string (starting with a letter),
padded on the right with EBCDIC spaces.
3.62.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
3.62.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_PU_NAME
The pu_name parameter was not the name of a defined internal PU.
291