#include <revolution/nwc24.h>
NWC24Err NWC24GetDlRetryMargin( const NWC24DlTask* taskPublic, u16* min );
Gets by how long the expected download time may be exceeded.
taskPublic |
Pointer to the download task. |
min |
Pointer to where the overrun time is stored (in minutes). |
NWC24_OK: Obtained normally (A value is returned in *min).
NWC24_ERR_LIB_NOT_OPENED: The library has not been opened.
NWC24_ERR_INVALID_VALUE: The value of either taskPublic or min is NULL, or else the download task is invalid.
2006/12/05 Initial version.
CONFIDENTIAL