1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6<TITLE>NWC24DeleteDlTasksForOptOut</TITLE> 7<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 8<LINK rel="stylesheet" type="text/css" href="../nwc24.css"> 9</HEAD> 10<BODY> 11<H1>NWC24DeleteDlTasksForOptOut</H1> 12 13<H2>C Specification</H2> 14<DL> 15<DD><PRE><CODE>#include <revolution/nwc24.h></CODE></PRE> 16<DD><PRE><CODE><A HREF="../Types/NWC24Err.html">NWC24Err</A> NWC24DeleteDlTasksForOptOut( u32 appId, BOOL all );</CODE></PRE> 17</DL> 18 19<H2>Description</H2> 20<P> 21Deletes download tasks whose Opt-Out flags are set. 22</P> 23<P> 24<STRONG>A normal application does not need to use this feature unless it has particular specifications.</STRONG> 25</P> 26 27<H2>Arguments</H2> 28<TABLE border="1" cellpadding="3" cellspacing="0.1" class="argument"> 29 <TR> 30<TD class="name"><code><VAR>appId</VAR></code></TD> 31 <TD class="description"> 32Specifies the ID of the application that created the tasks to be deleted.<BR>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. 33 </TD> 34 </TR> 35 <TR> 36<TD class="name"><code><VAR>all</VAR></code></TD> 37 <TD class="description"> 38Specify <CODE>FALSE</CODE> when deleting only this application's tasks. Specify <CODE>TRUE</CODE> when deleting all tasks. 39 </TD> 40 </TR> 41</TABLE> 42 43<h2>Return Values</h2> 44<P> 45<code>NWC24_OK</code>: Ended normally.<BR> <code>NWC24_ERR_LIB_NOT_OPENED</code>: The library has not been opened.<BR> <code>NWC24_ERR_PROTECTED</code>: The download task is write protected.<BR> <code>NWC24_ERR_FILE_*</code>: Error related to internal file operations.<BR> <code>NWC24_ERR_FATAL</code>: A fatal error has occurred.<BR> 46</P> 47 48<H2>See Also</H2> 49<P> 50<A href="NWC24SetDlOptOutFlags.html"><CODE>NWC24SetDlOptOutFlags</CODE></A> 51</P> 52 53<H2>Revision History</H2> 54<P> 552007/12/03 Added a note stating that normal applications does not need to use this function.<BR>2007/07/09 Initial version. 56</P> 57 58<hr><p>CONFIDENTIAL</p></body> 59</HTML>