FTAM/9000 Programmer's Guide
Chapter 7 281
Managing and Accessing HP FTAM/9000 Files
Gaining Access to FTAM Files
Ft_open_out_dcb
struct Ft_open_out_dcb {
Uint32 size;
struct Api_rc result;
enum Ft_state_result state_result;
enum Ft_action_result action_result;
struct Ft_contents_type contents_type;
struct Ft_concurrency_control *concurrency_control;
struct Ft_diagnostic *diagnostic;
};
ft_open() Parameters
ft_open()
Parameter
Type Description
connection_id Mandatory
Input
Uniquely identifies a specific connection to the
filestore
processing_mode Mandatory
Input
Establishes a valid subset of actions negotiated in
the File Selection regime
contents_type Mandatory
Input
Specifies the document type
return_event_name Mandatory
Input
If the call is asynchronous, uniquely identifies the
function call; if the call is synchronous, the value
is 0 (zero)
input_dcb->
concurrency_contro
l
Optional Input File access locks required on the actions specified
in requested_access
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: result_code and
vendor_code (HP-UX—specific error)