#include <revolution/nwc24.h>
NWC24Err NWC24GetDlInterval( const NWC24DlTask* taskPublic, u16* min );
Gets the update check interval for a download task.
taskPublic |
Pointer to the download task. |
min |
Pointer to where the update check interval of the download task 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