mi_integer lld_close (conn, io, error) MI_CONNECTION* conn; LLD_IO* io; mi_integer* error;
int lld_close (LLD_IO* io, int* error);
The lld_close() function closes the open large object and frees the memory allocated for the LLD_IO structure, which you cannot use again after this call.
For an API function, returns MI_OK if the function succeeds and MI_ERROR if it fails.
For an ESQL/C function, returns 0 if the function succeeds and -1 if it fails.
lld_open(), page lld_open()