NWC24GetDlNextTime

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24GetDlNextTime( NWC24DlTask* taskPublic, s64* sec );

Description

Determines when the download task is scheduled to execute next, showing the time as the number of seconds that will have elapsed since January 1, 1970.

Arguments

taskPublic Pointer to the download task.
sec Pointer to the location where the next scheduled execution time of the download task will be stored.

Return Values

NWC24_OK: Obtained normally (A value is returned in *sec).
NWC24_ERR_LIB_NOT_OPENED: The library has not been opened.
NWC24_ERR_INVALID_VALUE: The value of either taskPublic or sec is NULL, the download task is invalid.
NWC24_ERR_FATAL: A fatal error has occurred.

See Also

Revision History

2007/04/12 Added an explanation of the time format.
2006/12/05 Initial version.


CONFIDENTIAL