The ifx_lo_specget_def_open_flags() function
The ifx_lo_specget_def_open_flags() function obtains the default open flags of a smart large object from an LO-specification structure.
Syntax
mint ifx_lo_specget_def_open_flags(LO_spec)
ifx_lo_create_spec_t *LO_spec;
- LO_spec
- A pointer to the LO-specification structure from which to obtain the default open flags.
Usage
This function can be used to obtain the default open flags from a LO-specification structure. It can be used with ifx_lo_stat_cspec() to obtain the default open flags that were specified when an existing smart large object was created.
Return codes
- >=0
- The function was successful. The returned integer stores the values of the default open flags.
- -1
- The function was unsuccessful