FTAM/9000 Programmer's Guide

Chapter 3 137
HP FTAM/9000 Data Structures
Ft_fadu_operation
Ft_fadu_operation
enum Ft_fadu_operation {
FT_INSERT = 0,
FT_REPLACE = 1,
FT_EXTEND = 2
};
Ft_fadu_operation specifies the action you are taking on a FADU.
Ft_fadu_operation Is Input To
These Functions
Ft_fadu_operation Is Output
From These Functions
ft_write() None
FT_INSERT Inserts data at the end of a file (FTAM-2 only).
FT_REPLACE Replaces the existing FADU contents (FTAM-1,
FTAM-3, and INTAP-1 only).
FT_EXTEND Appends data to the end of the existing FADU
(FTAM-1, FTAM-3, and INTAP-1 only).