DWC_NdGetProgress

Syntax


#include <nd/dwc_nd.h>

BOOL DWC_NdGetProgress( u32* received, u32* contentlen )
				

Description

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.

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.

See Also

None.

Revision History

2006/04/26 Initial version.


CONFIDENTIAL