#include <nd/dwc_nd.h>
BOOL DWC_NdGetProgress( u32* received, u32* contentlen )
Gets the progress of the file being downloaded.
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 |
Failure, or the download process is not executing. |
None.
04/26/2006 Initial version.
CONFIDENTIAL