mi_integer lld_create_client(conn, path, error); MI_CONNECTION* conn mi_string* path; mi_integer* error;
int lld_create_client (char* path, int* error);
This function creates a file on your client machine. Use the lld_open_client() function to open the file for reading or writing and pass it the same pathname as you passed to lld_create_client().
Large Object Locator does not directly support transaction rollback, except for smart large objects. Therefore, if the transaction in which you call lld_create_client() is aborted, you should call lld_delete_client() to delete the object and reclaim any allocated resources.
See Transaction Rollback for more information.
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.