DWC_NdGetFileAsync

Syntax

#include <dwc.h>

BOOL DWC_NdGetFileAsync(DWCNdFileInfo *fileinfo,
                        char *buf,
                        unsigned int size);

Arguments

fileinfo Pointer to the file information for the download target.
buf Pointer to the buffer to which downloaded data is written.
size Size of the buffer to which downloaded data is written. Specify a value equal to or greater than the size member of fileinfo.

Return Values

TRUE Successful.
FALSE Failed. Use the DWC_GetLastErrorEx function to obtain error information.

Description

Starts file downloading.

The process fails if communication with the Download server is already in progress.
The buffer to which downloaded data is written must have a size in bytes equal to or greater than the size member of fileinfo.

See Also

DWC_NdInitAsync
DWC_GetLastErrorEx

Revision History

1.4.7
Added a description of usage.

CONFIDENTIAL