NWC24GetDlInterval

C Specification

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

Description

Gets the update check interval for a download task.

Arguments

taskPublic Pointer to the download task.
min Pointer to where the update check interval of the download task 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

NWC24SetDlInterval

Revision History

2006/12/05 Initial version.


CONFIDENTIAL