conn
is a pointer to the connection descriptor that a previous call to mi_open() or mi_server_connect() established.
LO_hdl
is the LO handle for the smart large object from which you want to copy the data.
size
is an integer number of bytes to copy from the smart large object.
buf_ptr
is a doubly indirected pointer to a user-defined buffer to which you want to copy the data.
Yes
>=0
The number of bytes copied from the smart large object to the user-defined buffer that buf_ptr references.
MI_ERROR
The function was not successful.