#include <dwc.h>
BOOL DWC_NdGetProgress(u32 *received,
u32 *contentlen);received |
Pointer to the region that stores the number of bytes in the downloaded file. |
contentlen |
Pointer to the region that stores the total size of the file. |
TRUE |
Succeeded. |
FALSE |
Failed, or there is no download process currently running. |
Gets the progress status of the file download that is currently running.
Gets the download progress status of the DWC_NdGetFileListNumAsync, DWC_NdGetFileListAsync, and DWC_NdGetFileAsync functions. Zero is written to the region specified by contentlen when the total length of the file currently being downloaded is unknown.
DWC_NdGetFileListNumAsync
DWC_NdGetFileListAsync
DWC_NdGetFileAsync
For the changelog prior to 5.1 PR2, click here.
CONFIDENTIAL