FTAM/9000 Programmer's Guide
320 Chapter 8
Transferring HP FTAM/9000 Data
Writing Data
• Invoke ft_write() in the File Open regime to move to the Data
Transfer regime.
• During ft_connect(), you must negotiate the FT_FU_WRITE
functional_units to use ft_write().
• During ft_create() and ft_select(), you must set requested_access
according to the document type.
• During ft_open(), you must set processing_mode according to the
document type.
• The ft_write() input_dcb parameter does not contain information;
therefore, pass a NULL pointer for the input_dcb parameter.
Ft_write_out_dcb
struct Ft_write_out_dcb {
Uint32 size;
struct Api_rc result;
};
FTAM-1, FTAM-3, and
INTAP-1
FTAM-2
FT_FA_EXTEND
FT_FA_REPLACE
FT_FA_INSERT
FTAM-1 and FTAM-3 FTAM-2
FT_PM_EXTEND
FT_PM_REPLACE
FT_PM_INSERT