HP-UX SNAplus2 NOF Programmer's Guide
NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DELETE_DLC
Chapter 3420
DELETE_DLC
DELETE_DLC deletes a DLC. This verb also deletes the following:
• All ports, link stations and connection network TGs associated with
the DLC
• All PUs associated with LSs on the DLC, all LUs owned by these
PUs, and all LU-LU passwords associated with these LUs.
VCB Structure
typedef struct delete_dlc
{
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 dlc_name[8]; /* name of DLC */
} DELETE_DLC;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_DLC
dlc_name
Name of DLC to be deleted. This is an 8-byte ASCII
string, padded on the right with spaces if the name is
shorter than 8 bytes.
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: