#include <revolution/nwc24.h>
NWC24Err NWC24DeleteDlTask( NWC24DlTask* taskPublic );
Deletes a download task from the download task list.
taskPublic |
Pointer to the download task |
NWC24_OK: Normal termination.NWC24_ERR_LIB_NOT_OPENED: The library is not open.NWC24_ERR_PROTECTED: The download task is write protected.NWC24_ERR_INVALID_VALUE: The value of taskPublic is NULL, or the download task is invalid.NWC24_ERR_FILE_*: Error relating to internal file operations.NWC24_ERR_NOT_FOUND: Download task not found.NWC24_ERR_FATAL: A fatal error has occurred.
NWC24AddDlTask, NWC24UpdateDlTask
2007/10/01 Added explanation of the NWC24_ERR_NOT_FOUND return value.
2006/12/05 Initial version.
CONFIDENTIAL