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 into which you want to copy the data.
size
is an integer that identifies the number of bytes to copy to the smart large object.
buffer
is a pointer to a user-defined buffer from which you want to copy the data.
Yes
>=0
The number of bytes copied from the user-defined buffer to the smart large object. This value should always be equal to the size value.
MI_ERROR
The function was not successful.