FTAM/9000 Programmer's Guide
138 Chapter 3
HP FTAM/9000 Data Structures
Ft_file_actions
Ft_file_actions
typedef Uint16 Ft_file_actions;
If you have access control, Ft_file_actions specifies the allowable actions
the designated users can perform on a file. If you do not have access
control, Ft_file_actions specifies the requested actions on the file.
Ft_file_actions is the type for the action_list field in struct
Ft_access_control_elements (defines who can access a file and how they
can access it). Ft_file_actions is also the type of the requested_access
parameter in the File Selection regime.
• Use the FT_FA_XXX defined constants in the mapftam.h header file.
FT_FA_READ
FT_FA_INSERT
FT_FA_REPLACE
FT_FA_EXTEND
FT_FA_ERASE
FT_FA_READ_ATTRIBUTE
FT_FA_CHANGE_ATTRIBUTE
FT_FA_DELETE_FILE
Ft_file_actions Is Input To
These Functions
Ft_file_actions Is Output
From These Functions
ft_create()
ft_fopen()
ft_select()
None