conn
is a pointer to the connection descriptor that a previous call to mi_open() or mi_server_connect() has established.
lodesc
is the descriptor of the object returned by a previous call to mi_large_object_open().
off
is the offset. It describes where to seek in the object. Its value depends on the value of whence.
whence
determines how the offset is interpreted.
Yes