#include <dwc.h>BOOL DWC_NdGetFileAsync(DWCNdFileInfo *fileinfo,
char *buf,
unsigned int size);| 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. |
| TRUE | Successful. |
| FALSE | Failed. Use the DWC_GetLastErrorEx function to obtain error information. |
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.
DWC_NdInitAsync
DWC_GetLastErrorEx
CONFIDENTIAL