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(). The object must be open for reading.
buf
is a pointer to a buffer of at least nbytes into which the data should be read.
nbytes
is the number of bytes to read.
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