mi_integer lld_delete_client(conn, path, error) MI_CONNECTION* conn; mi_string* path; mi_integer* error;
int lld_delete_client (char* path,int* error);
This function deletes the specified client file and reclaims any allocated resources.
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 the function fails.