NWC24DeleteDlTasksForOptOut

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24DeleteDlTasksForOptOut( u32 appId, BOOL all );

Description

Deletes download tasks whose Opt-Out flags are set.

A normal application does not need to use this feature unless it has particular specifications.

Arguments

appId Specifies the ID of the application that created the tasks to be deleted.
Because in a normal sequence either tasks created by this application or all tasks will be deleted, designate the value of this application's ID (initial code) unless there is a particular reason not to.
all Specify FALSE when deleting only this application's tasks. Specify TRUE when deleting all tasks.

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_FILE_*: Error related to internal file operations.
NWC24_ERR_FATAL: A fatal error has occurred.

See Also

NWC24SetDlOptOutFlags

Revision History

2007/12/03 Added a note stating that normal applications does not need to use this function.
2007/07/09 Initial version.


CONFIDENTIAL