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<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
8<title>NANDFileInfo</title>
9</head>
10
11<body>
12
13<h1>NANDFileInfo</h1>
14
15<h2>C Specification</h2>
16<dl><dd>
17<pre><code>
18#include &lt;revolution/nand.h&gt;
19
20typedef struct NANDFileInfo
21{
22    ...
23} NANDFileInfo;
24</code></pre>
25(The structure members are not listed here since they might be changed in a future version. For more information, see <code>nand.h</code>. Avoid accessing these members directly. Doing so can lead to system instability.)
26</dd></dl>
27
28<H2>Description</H2>
29<p>
30The <CODE>NANDFileInfo</CODE> structure stores file descriptors and other information.
31</p>
32
33<h2>See Also</h2>
34<p>
35<code><a href="./NANDOpen.html">NANDOpen</a></code>, <code><a href="./NANDOpenAsync.html">NANDOpenAsync</a></code>, <code><a href="./NANDClose.html">NANDClose</a></code>, <code><a href="./NANDCloseAsync.html">NANDCloseAsync</a></code>, <code><a href="./NANDRead.html">NANDRead</a></code>, <code><a href="./NANDReadAsync.html">NANDReadAsync</a></code>, <code><a href="./NANDWrite.html">NANDWrite</a></code>, <code><a href="./NANDWriteAsync.html">NANDWriteAsync</a></code>, <code><a href="./NANDSeek.html">NANDSeek</a></code>, <code><a href="./NANDSeekAsync.html">NANDSeekAsync</a></code>
36
37</p>
38
39<H2>Revision History</H2>
40<p>
412006/06/16 Initial version.<br>
42</p>
43
44<hr>
45<P>CONFIDENTIAL</p>
46</BODY>
47</HTML>
48