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 open smart large object whose status information you want to obtain.
LOstat_dptr
is a doubly indirected pointer to the LO-status structure for the smart large object.
Yes
1. It handles memory allocation for an LO-status structure.
2. It initializes the fields in the LO-status structure with the status information for the smart large object that the LO_fd file descriptor identifies.
MI_OK
The function was successful.
MI_ERROR
The function was not successful.