A structure containing status/progress information while the file upload or download is in progress.
public typedef struct mlft_stream_error_w
wchar_t
A string with additional information, if available, for the stream_error_code value.
ss_error_code
The specific stream error.
For a list of possible values, see the ss_error_code enumeration in the %SQLANY12%\SDK\Include\sserror.h header file.
asa_int32
A system-specific error code.
This structure prototype is used internally when you refer to the mlft_stream_error structure and #define the UNICODE macro on Win32 platforms. Typically, you would not reference this structure directly when creating an UltraLite application.