1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META http-equiv="Content-Style-Type" content="text/css">
7<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
8<title>DWC_NdGetFileListNumAsync</title>
9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
10</head>
11
12<body>
13<a name="dwc__nd_8h_1483c69a99e25ec6e6a8396603d3d391c"></a>
14<h1 align="left">DWC_NdGetFileListNumAsync</h1>
15<h2>Syntax</h2>
16
17<dl>
18  <dd>
19<CODE>#include &lt;dwc.h&gt;</CODE><BR>
20  <BR>
21  <PRE><CODE>BOOL <a href=DWC_NdGetFileListNumAsync.html#dwc__nd_8h_1483c69a99e25ec6e6a8396603d3d391c>DWC_NdGetFileListNumAsync</a>(int *entrynum);</CODE></PRE></dd>
22</dl>
23
24<h2>Arguments</h2>
25
26<TABLE border="1" width="100%">
27  <TBODY>
28
29    <TR>
30<TD width="13%"><EM><STRONG>entrynum</STRONG></EM></TD>
31<TD width="87%">Pointer to the region to store the total number of downloadable files. This number is obtained as a communications result.</TD>
32    </TR>
33
34  </TBODY>
35</TABLE>
36
37<h2>Return Values</h2>
38
39<TABLE border="1" width="100%">
40  <TBODY>
41
42    <TR>
43<TD width="13%"><EM><STRONG>TRUE</STRONG></EM></TD>
44<TD width="87%">Successful.</TD>
45    </TR>
46
47    <TR>
48<TD width="13%"><EM><STRONG>FALSE</STRONG></EM></TD>
49<TD width="87%">Failed. Use the <a href=DWC_GetLastErrorEx.html#dwc__error_8h_118bd79f5d5151259c19c4e552e5e633b><code>DWC_GetLastErrorEx</code></a> function to obtain error information.</TD>
50    </TR>
51
52  </TBODY>
53</TABLE>
54
55<H2>Description</H2>
56<p>Starts getting the total number of files that can currently be downloaded.</p><p>The process fails if communication with the Download server is already in progress.<br>The determination as to which files are downloadable in the Download server is based on the attribute string configured by the <a href=DWC_NdSetAttr.html><CODE>DWC_NdSetAttr</CODE></a> function.</p>
57
58<h2>See Also</h2>
59<p>
60
61<CODE><A href="DWC_NdSetAttr.html">DWC_NdSetAttr<BR></A></CODE>
62
63<CODE><A href="DWC_NdProcess.html">DWC_NdProcess</A></CODE>
64
65<CODE><A href="DWC_GetLastError.html">DWC_GetLastError</A></CODE>
66
67</p>
68
69<H2>Revision History</H2>
70<DL>
71
72<DT><para>1.4.7</DT>
73<DD>Added a description of usage.</DD>
74
75</DL>
76<hr><p>CONFIDENTIAL</p></body>
77</html>
78