FTAM/9000 Programmer's Guide
Chapter 5 235
Using High Level, Context Free Functions
Reading and Changing Attributes (HLCF)
• 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_aet().
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;
};
ft_frattributes_aet() Parameters
ft_frattributes_ae
t() Parameter
Type Description
ascii_ddn Optional Input Directory distinguished name of the filestore in
ASCII; NULL implies the local filestore
filename Mandatory
Input
Path name of the file that has the attributes you
are reading; must be in the syntax of the real
filestore
ae_label Mandatory
Input
Unique identifier for ftam_init you want to
service the request; if pointing to a NULL
location, the interface uses a currently activated
ftam_init or activates and deactivates a
ftam_init
Output Unique identifier for ftam_init that serviced the
request