FTAM/9000 Programmer's Guide

Chapter 3 101
HP FTAM/9000 Data Structures
Ft_attribute_names
Ft_attribute_names
typedef Uint32 Ft_attribute_names;
This section discusses Ft_attribute_names as a primary structure. For
information on Ft_attribute_names as it relates to the mask field in
struct Ft_attributes, refer to the “Ft_attributes” section.
Ft_attribute_names specifies the attributes you want available for each
file. Ft_attribute_names is the type for the mask field in Ft_attributes.
In ft_create() and ft_fopen(), use Ft_attribute_names to specify which
attributes you want to set for the newly created file.
In ft_rattributes() and ft_frattributes(), use Ft_attribute_names to
specify which attributes you want to read.
In ft_cattributes() and ft_fcattributes(), use Ft_attribute_names to
specify which attributes you want to change.
NOTE When using Ft_cattributes or Ft_fcattributes, the attribute_names field
has precedence over attributes.mask.
Ft_attribute_names Is Input
To These Functions
Ft_attribute_names Is
Output From These Functions
ft_cattributes()
ft_create()
ft_fcattributes()
ft_fopen()
ft_frattributes()
ft_rattributes()
None