FTAM/9000 Programmer's Guide

Chapter 6 269
Managing HP FTAM/9000 Connections
Aborting Connections
ft_ireceive() Parameters
ft_ireceive()
Parameter
Type Description
connection_id Mandatory Input Uniquely identifies the aborted connection
return_event_name Mandatory Input If the call is asynchronous, uniquely
identifies the function call; if the call is
synchronous, the value is 0 (zero)
inout_dcb->size Mandatory
input if using
inout_dcb
Size (in Octets) of the inout_dcb structure
and data
inout_dcb->result Output Pointer to the struct Api_rc containing the
outcome of the operation: result_code and
vendor_code (HP-UX—specific error)
inout_dcb->info.
aabort_info.action_result
Output Specifies that an application caused the
abort Specifies the overall success or
failure of the request
inout_dcb->info.
aabort_info.diagnostic
Output Specifies that an application caused the
abort; provides ISO-specific error
information
inout_dcb->info.
pabort_info.action_result
Output Specifies that the system caused the abort
Specifies the overall success or failure of
the request
inout_dcb->info.
pabort_info.diagnostic
Output Specifies that the system caused the abort;
provides ISO-specific error information
indication_name Output Specifies if the abort was a system
(FT_PABORT_IND) or application
(FT_AABORT_IND) abort; dictates which
union Ft_specific_indication_info contains
the output information