FTAM/9000 Programmer's Guide

Chapter 7 295
Managing and Accessing HP FTAM/9000 Files
Reading and Changing Attributes (LLCS)
Ft_rattributes_in_dcb
struct Ft_rattributes_in_dcb {
Ft_attribute_names attribute_names;
};
Ft_rattributes_out_dcb
struct Ft_rattributes_out_dcb {
Uint32 size;
struct Api_rc result;
enum Ft_action_result action_result;
struct Ft_attributes attributes;
struct Ft_diagnostic *diagnostic;
};
ft_rattributes() Parameters
ft_rattributes()
Parameter
Type Description
connection_id Mandatory
Input
Uniquely identifies a specific connection to the
filestore
return_event_name Mandatory
Input
If the call is asynchronous, uniquely identifies the
function call; if the call is synchronous, the value
is zero
input_dcb->
attribute_names
Optional Input Indicates the file attributes to read; default is all
file attributes associated with the attribute groups
negotiated on ft_connect()
inout_dcb->size Mandatory
input if using
inout_dcb
Size (in Octets) of the inout_dcb structure and
data
inout_dcb->result Output Pointer to the struct Api_rc containing the
outcome of the operation