HP-UX SNAplus2 NOF Programmer's Guide
NOF API Verbs (QUERY Verbs)
QUERY_CONVERSATION
Chapter 4556
conv_summary.overlay_size
The size of the returned
conv_summary structure, and
therefore the offset to the start of the
next entry in the data buffer.
When you r application needs to go
through the returned buffer to find
each conv_summary structure in
turn, it must use this value to move
to the correct offset for the next data
structure, and must not use the C
sizeof () operator. This is because the
size of the returned overlay may
increase in furutre releases of
SNAplus2; using the returned
overlay size ensures that your
application will continue to work
with future releases.
conv_summary.conv_id
Conversation identifier. The
conversation ID was returned by the
ALLOCATE verb in the invoking TP,
or by the RECEIVE_ALLOCATE
verb in the invoked TP.
conv_summary.local_tp_name
The name of the local TP in the
conversation.
conv_summary.partner_tp_name
The name of the partner TP in the
conversation. This parameter is
returned only if the conversation was
started by the local TP; it is reserved
if the conversation was started by the
remote TP.
conv_summary.tp_id
The TP identifier of the conversation.
conv_summary.session_id