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>NWC24DlIterateContext</TITLE>
7<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
8</HEAD>
9<BODY>
10<H1>NWC24DlIterateContext</H1>
11
12<H2>C Specification</H2>
13<DL>
14  <DD><PRE><CODE>#include &lt;revolution/nwc24.h&gt;</CODE></PRE>
15  <DD><PRE><CODE>typedef struct NWC24DlIterateContext
16{
17    s32     operation;
18    s32     lastValue;
19    s32     filterValue;
20    s32     lastId;
21    BOOL    isFirst;
22    BOOL    isValid;
23} NWC24DlIterateContext;
24</CODE></PRE>
25</DL>
26
27<H2>Description</H2>
28<P>
29A structure for saving the settings and context needed to iterate through download tasks. Used with <A href="../Download/NWC24IterateDlTaskEx.html"><CODE>NWC24IterateDlTaskEx</CODE></A>.
30</P>
31<P>
32There is no need to directly access the members of this structure; initialization and settings are performed by <code><a href="../Download/NWC24InitDlIterateContext.html">NWC24InitDlIterateContext</a></code>.
33</P>
34
35<H2>See Also</H2>
36<P>
37<A href="../Download/NWC24InitDlIterateContext.html"><CODE>NWC24InitDlIterateContext</CODE></A>, <A href="../Download/NWC24IterateDlTaskEx.html"><CODE>NWC24IterateDlTaskEx</CODE></A>
38</P>
39
40<H2>Revision History</H2>
41<P>
422007/09/19 Indicated the lack of necessity for directly accessing structure members.
43<BR> 2006/12/05 Initial version.<BR></P>
44
45<hr><p>CONFIDENTIAL</p></body>
46</HTML>