FTAM/9000 Programmer's Guide
Chapter 5 227
Using High Level, Context Free Functions
Reading and Changing Attributes (HLCF)
• You must supply matching passwords in input_dcb->file_passwords
for FT_FA_READ and FT_FA_READ_ATTRIBUTE file actions if the
following conditions exist.
• If the file contains an identity (in Ft_access_control_element) that
matches the init_id AND
• If passwords exist for these file actions
• HP–UX responders set storage_account, future_filesize,
legal_qualifications, and private_use so that the indication no value
available (0) returns when you invoke ft_frattributes().
Ft_frattributes_in_dcb
struct Ft_frattributes_in_dcb {
Ft_initiator_identity init_id;
Ft_single_file_pw filestore_pw;
struct Ft_file_passwords file_passwords;
Ft_attribute_names attribute_names;
Ft_account account;
struct Ft_concurrency_control *concurrency_control;
};
Ft_frattributes_out_dcb
struct Ft_frattributes_out_dcb {
Uint32 size;
struct Api_rc result;
enum Ft_action_result action_result;
struct Ft_attributes attributes;
struct Ft_charging *charging;
struct Ft_diagnostic *diagnostic;
};