HP-UX SNAplus2 NOF Programmer's Guide
NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DELETE_INTERNAL_PU
Chapter 3436
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.
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;
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.
Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following
parameters:
primary_rc
AP_OK
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