Specifications

17.5.3. Event Callback Functions
Function Description
Done
This function is called when the transmission ends as specified.
Transferring
Get the information about a file being transmitted.
Done
Description
This function is called when the transmission ends as specified.
Syntax
void OnDone (
long Result )
Parameters
Result
[out] End code listed in the table below
Result Meaning
RROR_SUCCESS Succeeded.
ERROR_TIMEOUT Timeout.
ERROR_OPERATION_ABORTED Process is aborted.
ERROR_OPEN_FAILED Failed to open a file.
ERROR_INVALID_DATA Invalid data received.
ERROR_DISK_FULL Sufficient storage area not reserved.
ERROR_BAD_PATHNAME Path too long (Path + filename > 260 characters)
Return value
None
157