#include <nd/dwc_nd.h>
BOOL DWC_NdGetProgress( u32* received, u32* contentlen )
Gets the progress status of the file download that is currently running.
If the total size of the file being downloaded is unknown, 0 is written to the region specified by 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. |
None.
2006/04/26 Initial version.
CONFIDENTIAL