HP-UX SNAplus2 NOF Programmer's Guide
NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DELETE_TP_LOAD_INFO
Chapter 3476
DELETE_TP_LOAD_INFO
The DELETE_TP_LOAD_INFO verb deletes a TP load information
entry.
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;
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.
Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following
parameters:
primary_rc
AP_OK