conn
is a pointer to the connection descriptor that a previous call to mi_open() or mi_server_connect() has established.
LO_handle
is a pointer to a handle that has been returned by a previous call to a routine that creates a smart large object or in query results returned by mi_value().
flags
is mapped to an operating-system mode and can be one of the following values:
MI_LO_RDONLY
Object is read only.
MI_LO_WRONLY | MI_LO_APPEND
Object is write only and allows appends.
Yes