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>NWC24GetDlOptOutFlags</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>NWC24GetDlOptOutFlags</H1>
12
13<H2>C Specification</H2>
14<DL>
15<DD><PRE><CODE>#include &lt;revolution/nwc24.h&gt;</CODE></PRE>
16<DD><PRE><CODE><A HREF="../Types/NWC24Err.html">NWC24Err</A> NWC24GetDlOptOutFlags( <A HREF="../Types/NWC24DlTask.html">NWC24DlTask</A>* <VAR>taskPublic</VAR>, u8* <VAR>optFlags</VAR> );</CODE></PRE>
17</DL>
18
19<H2>Description</H2>
20<P>
21Gets the Opt-Out settings of a task.
22</P>
23<P>
24<STRONG>A normal application does not need to use Opt-Out settings 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>taskPublic</VAR></code></TD>
31    <TD class="description">
32Pointer to the download task.
33    </TD>
34  </TR>
35  <TR>
36<TD class="name"><code><VAR>optFlags</VAR></code></TD>
37    <TD class="description">
38Storage destination for the Opt-Out settings flags.
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_INVALID_VALUE</code>: The value of <code><VAR>taskPublic</VAR></code> is NULL, the download task is invalid, or the value of <code><VAR>optFlags</VAR></code> is NULL.<BR>
46</P>
47
48<H2>See Also</H2>
49<P>
50<A href="NWC24SetDlOptOutFlags.html"><CODE>NWC24SetDlOptOutFlags</CODE></A> <A href="NWC24DeleteDlTasksForOptOut.html"><CODE>NWC24DeleteDlTasksForOptOut</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/08/06 Initial version.
56</P>
57
58<hr><p>CONFIDENTIAL</p></body>
59</HTML>