conn
is a pointer to the connection descriptor that a previous call to mi_open() or mi_server_connect() established.
LO_hdl
is a pointer to a valid LO handle.
fname_spec
is a specification for the destination file pathname. It can include wildcard characters.
Yes
You are responsible for freeing the memory that the return value occupies. Tip: The mi_lo_filename() function replaces the mi_large_object_filename() function, which Informix supports for backward compatibility only. Use mi_lo_filename() for all new DataBlade routines. Return Values
char *
The character string that is the filename that the mi_lo_to_file() function would generate.
NULL
The function was not successful.