FTAM/9000 Programmer's Guide
Chapter 3 103
HP FTAM/9000 Data Structures
Ft_attributes
Ft_attributes
struct Ft_attributes {
Ft_attribute_names mask;
struct Ft_attribute_values values;
};
Every file contains attributes that uniquely identify the file and are
inherent in its existence (e.g., filename). Ft_attributes is the primary
structure for setting these attributes. You can change only certain file
attributes after creating the file, so be careful to set these attributes as
you want them during ft_fopen() and ft_create().
Ft_attributes Is Input To
These Functions
Ft_attributes Is Output From
These Functions
ft_cattributes()
ft_create()
ft_fcattributes()
ft_fopen()
ft_select()
ft_cattributes()
ft_create()
ft_fcattributes()
ft_fcopy()
ft_fmove()
ft_fopen()
ft_frattributes()
ft_rattributes()
ft_select()