A structure containing status/progress information while the file upload/download is in progress.
public struct mlft_stream_error_w
wchar_t
The parameter to the stream error if one exists.
ss_error_code
The specific stream error. See the ss_error_code enumeration for possible values.
asa_int32
A system-specific error code.
This structure prototype is used internally when you refer to mlft_stream_error and #define the UNICODE macro on Win32 platforms. Typically, you would not reference this structure directly when creating an UltraLite application.