FTAM/9000 Programmer's Guide

Chapter 3 85
HP FTAM/9000 Data Structures
Ae_title_option
Ae_title_option
enum Ae_title_option
{
No_value_option,
Dir_object_id_option, /* Object_id value obtained from the
* network or local system directory */
User_object_id_option, /* Object_id value supplied by the
* user */
Dir_dist_name_option, /* Use the distinguished name value
* provided by the my_dir_name
* or called_dir_name parameter. */
User_dist_name_option /* Distinguished name value supplied
* by the user. */
};
Ae_title_option specifies whether to use the Object_id or directory
distinguished name on ft_connect() and ft_aeactivation().
The following tables list the supported values for the appropriate
functions. HP-UX responders return an error if you use an unsupported
value.
Ae_title_option Is Input To
These Functions
Ae_title_option Is Output
From These Functions
ft_aeactivation()
ft_connect()
None
Ae_title_option ft_aeactivation() ft_connect()
No_value_option Supported Supported
Dir_object_id_option Supported Not supported