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 name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<title>DWCNdFileInfo</title>
9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">
15DWCNdFileInfo
16</h1>
17<h2>Definition</h2>
18
19<dl>
20  <dd>
21<PRE><code>
22#include &lt;dwc.h&gt;
23
24typedef struct DWCNdFileInfo {
25    char name[DWC_ND_FILENAME_LEN+1];
26    short explain[DWC_ND_FILEEXPLSIN_LEN+1];
27    char param1[DWC_ND_FILEATTR_LEN+1];
28    char param2[DWC_ND_FILEATTR_LEN+1];
29    char param3[DWC_ND_FILEATTR_LEN+1];
30    unsigned int size;
31} DWCNdFileInfo;</code></PRE></dd>
32</dl>
33<H2>Description</H2>
34<p></p><TABLE border="1" width="100%">
35  <TBODY>
36
37    <TR>
38<TD width="13%"><EM><STRONG>name</STRONG></EM></TD>
39      <TD width="87%">File name expressed as a string of up to 32 ASCII characters terminated with the NULL character. </TD>
40    </TR>
41
42    <TR>
43<TD width="13%"><EM><STRONG>explain</STRONG></EM></TD>
44<TD width="87%">File description expressed as a string of up to 50 UTF-16BE characters terminated with the NULL character.</TD>
45    </TR>
46
47    <TR>
48<TD width="13%"><EM><STRONG>param1</STRONG></EM></TD>
49      <TD width="87%">Attribute string 1 expressed as a string of up to 10 ASCII characters terminated with a NULL character. </TD>
50    </TR>
51
52    <TR>
53<TD width="13%"><EM><STRONG>param2</STRONG></EM></TD>
54      <TD width="87%">Attribute string 2 expressed as a string of up to 10 ASCII characters terminated with a NULL character. </TD>
55    </TR>
56
57    <TR>
58<TD width="13%"><EM><STRONG>param3</STRONG></EM></TD>
59      <TD width="87%">Attribute string 3 expressed as a string of up to 10 ASCII characters terminated with a NULL character. </TD>
60    </TR>
61
62    <TR>
63<TD width="13%"><EM><STRONG>size</STRONG></EM></TD>
64<TD width="87%">File size.</TD>
65    </TR>
66
67  </TBODY>
68</TABLE>
69
70<h2>See Also</h2>
71<p>
72
73<CODE><A href="DWC_NdGetFileListAsync.html">DWC_NdGetFileListAsync</A></CODE>
74
75<CODE><A href="DWC_NdGetFileAsync.html">DWC_NdGetFileAsync</A></CODE>
76
77</p>
78
79<H2>Revision History</H2>
80<DL>
81
82</DL>
83<hr><p>CONFIDENTIAL</p></body>
84</html>
85