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>Syntax</h2>
16<dl><dd><pre class="construction">
17#include &lt;revolution/nand.h&gt;
18
19typedef struct NANDFileInfo
20{
21    ...
22} NANDFileInfo;
23</pre>
24(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.)
25</dd></dl>
26
27<H2>Description</H2>
28<p>
29The <CODE>NANDFileInfo</CODE> structure is used to store file descriptors and other information.
30</p>
31
32<h2>See Also</h2>
33<p class="reference">
34<a href="./NANDOpen.html">NANDOpen</a>,
35<a href="./NANDOpenAsync.html">NANDOpenAsync</a>,
36<a href="./NANDClose.html">NANDClose</a>,
37<a href="./NANDCloseAsync.html">NANDCloseAsync</a>,
38<a href="./NANDRead.html">NANDRead</a>,
39<a href="./NANDReadAsync.html">NANDReadAsync</a>,
40<a href="./NANDWrite.html">NANDWrite</a>,
41<a href="./NANDWriteAsync.html">NANDWriteAsync</a>,
42<a href="./NANDSeek.html">NANDSeek</a>,
43<a href="./NANDSeekAsync.html">NANDSeekAsync</a>
44</p>
45
46<H2>Revision History</H2>
47<p>
482006/06/16 Initial version.<BR>
49</p>
50
51<hr><p>CONFIDENTIAL</p></body>
52</html>
53