FTAM/9000 Programmer's Guide
118 Chapter 3
HP FTAM/9000 Data Structures
Ft_contents_type
Ft_dt_intap_1.
struct Ft_dt_intap_1
{
Uint16 record_length;
enum Ft_string_significance significance;
};
• Ft_dt_intap_1 defaults to FT_CL_OCTET_STRING.
• The record_length is unlimited.
• The significance must be FT_SS_VARIABLE or FT_SS_FIXED.
Ft_dt_nbs_9.
struct Ft_dt_nbs_9
{
Ft_attribute_names mask;
};
• mask is a 32-bit unsigned integer. Use any of the FT_AN_xxx defined
constants to set bits in the mask. See Ft_attribute_names for details.
• This parameter is used only on a call to ft_open(). An NBS-9
document (a directory) can only be opened for reading. Therefore, any
attribute names you supply on the ft_open() call specify the attributes
you will receive for the files in the directory.
• If you omit this parameter, the responder will supply default
attributes. HP-UX FTAM responders will return all attributes by
default.