FTAM/9000 Programmer's Guide
Chapter 3 83
HP FTAM/9000 Data Structures
Ae_label
Ae_label
typedef Uint32 Ae_label
Ae_label identifies the ftam_init activated on a successful
ft_aeactivation() request. On subsequent ft_connect(), ft_aereset(), and
ft_aedeactivation() requests, you must specify the ae_label of the
ftam_init servicing the user program.
Use Ae_label on HLCF functions to uniquely identify the desired
ftam_init servicing the HLCF call.
• If the value pointed to by the ae_label is NULL, the interface
activates ftam_init for you, returns its ae_label identifier to the user
program, and then deactivates ftam_init.
• If the value is not NULL, the interfaces services the call based on the
ftam_init identified by ae_label.
Ae_label Is Input To These
Functions
Ae_label Is Output From
These Functions
ft_aedeactivation()
ft_aereset()
ft_connect()
ft_fcattributes()
ft_fcopy()
ft_fdelete()
ft_fmove()
ft_frattributes()
ft_aeactivation()
ft_fcattributes()
ft_fcopy()
ft_fdelete()
ft_fmove()
ft_frattributes()