HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
DEFINE_TP
TP cannot be attached.
tp_chars.pip_allowed
Species whether the TP can receive Program Initialization Parameters (PIP). Possible values are:
AP_YES
TP can receive PIP.
AP_NO
TP cannot receive PIP.
tp_chars.tp_instance_limit
Limit on the number of instances of this TP that can be active at any one time. A value of zero means no
limit.
3.47.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
3.47.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_SYSTEM_TP_CANT_BE_CHANGED
The specied TP name is the name of a TP used internally by SNAplus2 you cannot dene or modify
a TP with this name.
AP_INVALID_CONV_TYPE
The
conv_type parameter was not set to a valid value.
AP_INVALID_SYNC_LEVEL
The sync_level parameter was not set to a valid value.
AP_INVALID_DYNAMIC_LOAD
The dynamic_load parameter was not set to a valid value.
AP_INVALID_ENABLED
The enabled parameter was not set to a valid value.
AP_INVALID_PIP_ALLOWED
The pip_allowed parameter was not set to a valid value.
3.47.5 Returned Parameters: State Check
If the verb does not execute because of a state error, SNAplus2 returns the following parameters.
primary_rc
265