conn
is a pointer to the connection descriptor that a previous call to mi_open() or mi_server_connect() established.
LO_fd
is an LO file descriptor for the smart large object whose seek position you want to change.
offset
is a pointer to the 8-byte integer (mi_int8) offset from the starting seek position.
whence
determines how the offset value is interpreted.
seek_pos
is a pointer to the 8-byte integer (mi_int8) that identifies the new LO seek position.
Yes
MI_LO_SEEK_SET
The start of the smart large object
MI_LO_SEEK_CUR
The current LO seek position in the smart large object
MI_LO_SEEK_END
The end of the smart large object
MI_OK
The function was successful.
MI_ERROR
The function was not successful.