NWC24GetDlLastUpdate

C Specification

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

Description

Determines when the downloaded content was last updated, showing the elapsed time in terms of the number of seconds since January 1, 1970.

Arguments

taskPublic Pointer to the download task.
sec Pointer to the location where the last updated time 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, or else the download task is invalid.

See Also

Revision History

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


CONFIDENTIAL