FTAM/9000 Programmer's Guide

Chapter 3 89
HP FTAM/9000 Data Structures
Connection_id
Connection_id
typedef Uint32 Connection_id;
If ft_connect() is successful, a unique identifier for the connection returns
in connection_id. Thereafter, use connection_id for any of the functions
listed in the above table to identify the connection to the desired filestore.
Each connection_id is unique to an application process.
Connection_id Is Input To
These Functions
Connection_id Is Output
From These Functions
ft_abort()
ft_bgroup()
ft_cancel()
ft_cattributes()
ft_close()
ft_create()
ft_delete()
ft_deselect()
ft_edata()
ft_egroup()
ft_erase()
ft_etransfer()
ft_fclose()
ft_fopen()
ft_ireceive()
ft_locate()
ft_nwcleared()
ft_open()
ft_rattributes()
ft_rcancel()
ft_rdata()
ft_read()
ft_rrequest()
ft_sdata()
ft_select()
ft_write()
ft_connect()