FTAM/9000 Programmer's Guide
Chapter 6 255
Managing HP FTAM/9000 Connections
Starting and Stopping Application Entities
Ft_output
struct Ft_output {
Uint32 size;
struct Api_rc result;
};
ft_aeactivation() Parameters
ft_aeactivation()
Parameter
Type Description
my_dir_name Mandatory
Input
Directory distinguished name identifying the AE
(ftam_init) you want to activate
return_event_nam
e
Mandatory
Input
If the call is asynchronous, uniquely identifies the
function call; if the call is synchronous, the value is
0 (zero)
input_dcb->
authentication
Optional Input ftam_init accepts, but ignores, this value
input_dcb->
my_ae_title_option
Optional Input Dictates the interpretation of my_ae_title If it
indicates Dir_dist_name_option, my_dir_name
must be usable as an address for the local ftam_init
Default is No_value_option
input_dcb->
my_ae_title
Optional Input Optional ae_title sent to the peer AE, which can be
either a directory distinguished name or an
object_id; determined by how you set
my_ae_title_option
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)
ae_label Output Uniquely identifies the AE (ftam_init) that serviced
the request