conn
is a pointer to the connection descriptor that a previous call to mi_open() or mi_server_connect() established.
LO_hdl
is a pointer to the LO handle that identifies the smart large object to open.
flags
is an integer that is a bitmask that specifies the open mode for the smart large object that LO_hdl references.
Yes
1. It opens the new smart large object that LO_hdl references in the open mode that the flags argument specifies.
2. It sets the LO seek position of the smart large object to byte zero (0).
0
3. It obtains a lock on the smart-large-object data based on the open mode in the flags argument.
4. It returns an LO file descriptor that identifies the smart large object.
An MI_LO_FD
The LO file descriptor for the open smart large object that LO_hdl references.
MI_ERROR
The function was not successful.