NWC24UpdateDlTask

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24UpdateDlTask( NWC24DlTask* taskPublic );

Description

Updates the task list with the reconfigured download task.
Use this function when updating the remaining download count in order to prevent the next scheduled download time from being reconfigured.

Arguments

taskPublic Pointer to the download task.

Return Values

NWC24_OK: Ended normally.
NWC24_ERR_LIB_NOT_OPENED: The library has not been opened.
NWC24_ERR_PROTECTED: The download task is write protected.
NWC24_ERR_INVALID_VALUE: The value of taskPublic is NULL, or the download task is either in the initial state or invalid.
NWC24_ERR_FILE_*: Error relating to internal file operations.
NWC24_ERR_NOT_READY: Initial settings WiiConnect24 have not been set.
NWC24_ERR_FATAL: A fatal error has occurred.

See Also

NWC24AddDlTask, NWC24DeleteDlTask

Revision History

2006/12/05 Initial version.


CONFIDENTIAL