FTAM/9000 Programmer's Guide
256 Chapter 6
Managing HP FTAM/9000 Connections
Starting and Stopping Application Entities
ft_aedeactivation()
#include %</opt/ftam/include/map.h>
#include %</opt/ftam/include/mapftam.h>
Return_code
ft_aedeactivation(ae_label, return_event_name, inout_dcb)
Ae_label *ae_label;
Local_event_name return_event_name;
struct Ft_output **inout_dcb;
Use ft_aedeactivation() to deactivate the AE (ftam_init) servicing the
request.
Ft_output
struct Ft_output {
Uint32 size;
struct Api_rc result;
};
ft_aedeactivation() Parameters
ft_aedeactivati
on() Parameter
Type Description
ae_label Mandatory
Input
Uniquely identifies the AE (ftam_init) you want to
deactivate
return_event_na
me
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)