NWC24GetDlRetryMargin

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24GetDlRetryMargin( const NWC24DlTask* taskPublic, u16* min );

Description

Gets by how long the expected download time may be exceeded.

Arguments

taskPublic Pointer to the download task.
min Pointer to where the overrun time is stored (in minutes).

Return Values

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.

See Also

NWC24SetDlRetryMargin

Revision History

2006/12/05 Initial version.


CONFIDENTIAL