![]() |
|
The mi_lo_from_file_by_lofd() function copies a smart large object from a file on the server or client computer into an open smart-large-object file descriptor.
The mi_lo_from_file_by_lofd() function enables you to write to a smart large object that is already open. This function provides more flexibility than mi_lo_from_file() because with mi_lo_from_file_by_lofd(), you can:
The mi_lo_from_file_by_lofd() function can create the target files on either the server or the client computer. The file-mode flag values for the flags argument indicate the location of the file to copy and the access mode of the source file. Valid values include the following file-mode constants.
The default flags value is:
MI_OK | indicates that the function was successful. |
MI_ERROR | indicates that the function was not successful. |
See the descriptions of the following functions: mi_lo_create(), mi_lo_spec_init(), mi_lo_from_file(), and mi_lo_to_file().
For more information, see Using Operating-System Files.