DWC_NdGetProgress

C Specification


#include <nd/dwc_nd.h>

BOOL DWC_NdGetProgress( u32* received, u32* contentlen )
				

Description

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.

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 Failure, or the download process is not executing.

See Also

None.

Revision History

04/26/2006 Initial version.


CONFIDENTIAL