HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
DELETE_TP_LOAD_INFO
3.80.1 VCB Structure
typedef struct 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 */
unsigned char lu_alias[8]; /* LU alias */
} DELETE_TP_LOAD_INFO;
3.80.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_TP_LOAD_INFO
tp_name
The TP name of the TP load info entry to be deleted. This is a 64-byte EBCDIC string, padded on the right
with spaces if the name is shorter than 64 characters.
lu_alias
The LU alias of the TP load info entry to be deleted. This is an 8-byte ASCII string, padded on the right
with spaces if the name is shorter than 8 bytes.
This parameter can be used only if the TP is an APPC application; it is reserved if the TP is a CPI-C appli-
cation.
3.80.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
3.80.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 dened TP.
AP_INVALID_LU_ALIAS
The lu_alias parameter did not match any dened LU alias specied for a TP load info entry for the
TP name specied.
317