HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DELETE_DIRECTORY_ENTRY
3.55.1 VCB Structure
typedef struct delete_directory_entry
{
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 resource_name[17]; /* fully qualified resource name */
unsigned char reserv3; /* reserved */
AP_UINT16 resource_type; /* resource type */
} DELETE_DIRECTORY_ENTRY;
3.55.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_DIRECTORY_ENTRY
resource_name
Fully qualified name of the resource to be deleted. The name is a 17-byte EBCDIC string, right-padded
with EBCDIC spaces. It consists of a network ID of up to 8 A-string characters, an EBCDIC dot (period)
character, and a network name of up to 8 A-string characters.
resource_type
Specifies the type of the resource to be deleted. Possible values are:
AP_ENCP_RESOURCE
End node or LEN node
AP_NNCP_RESOURCE
Network node
AP_LU_RESOURCE
LU
AP_WILDCARD_LU_RESOURCE
Wildcard LU name.
3.55.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
3.55.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
279