HP-UX SNAplus2 NOF Programmer's Guide
NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DEFINE_TP_LOAD_INFO
Chapter 3400
• A 2-byte length field with a maximum value of 258
bytes. This field is in line format and is read or
written using NB_PUT_SHORT or NB_GET_SHORT.
• A 1-byte type field with the following possible
values defined with #define:
0x01 AP_TYPE_TP_PATH
0x02 AP_TYPE_TP_ARGUMENTS
0x03 AP_TYPE_TP_STDIN
0x04 AP_TYPE_TP_STDOUT
0x05 AP_TYPE_TP_STDERR
0x06 AP_TYPE_TP_ENV
• A value field consisting of up to 255 bytes of ASCII
data.
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
Possible values are:
AP_INVALID_TP_TYPE
The
type
parameter was not set to a
valid value.
AP_INVALID_LTV_LENGTH
An LTV
length
parameter was not
set to a valid value.
AP_INVALID_LTV_TYPE