HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (QUERY Verbs)
QUERY_TP_LOAD_INFO
Chapter 4 997
Returned value indicating the size of buffer that would
have been required to return all the list information
requested. A value greater than
buf_size
indicates
that not all the available entries were returned.
num_entries
Number of entries returned in the data buffer.
total_num_entries
Total number of entries available. A value greater than
num_entries
indicates that not all the available
entries were returned.
Each entry in the data buffer consists of the following
parameters:
tp_load_info.overlay_size
The size of this overlay, including the LTV data. This
size includes padding to ensure that the next overlay
falls on a properly aligned memory location.
tp_load_info.tp_name
TP name of the TP load info entry. This is a 64-byte
EBCDIC string, padded on the right with spaces if the
name is shorter than 64 characters.
tp_load_info.lu_alias
The LU alias of the TP load info entry. This is an 8-byte
ASCII string, padded on the right with spaces if the
name is shorter than 8 bytes.
def_data.description
Description of the TP load info.
def_data.user_id
User ID required to access and run the TP.
def_data.group_id
Group ID required to access and run the TP.
def_data.timeout
Timeout in seconds after the TP is loaded.