DWC_NdGetProgress

Syntax

#include <dwc.h>
BOOL DWC_NdGetProgress(u32 *received,
                       u32 *contentlen);

Arguments

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.

Return Values

TRUE Succeeded.
FALSE Failed, or there is no download process currently running.

Description

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.

See Also

DWC_NdGetFileListNumAsync
DWC_NdGetFileListAsync
DWC_NdGetFileAsync

Revision History

For the changelog prior to 5.1 PR2, click here.


CONFIDENTIAL