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<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 7<BASE target="main"> 8<TITLE>CNT API Function List</TITLE> 9</HEAD> 10<BODY> 11<h1>CNT API Function List</h1> 12<h2>Initialization/Shutdown</h2> 13<table border="1"> 14 <tr> 15<td><a href="CNTInit.html">CNTInit</a> </td> 16<td>Initializes a device.</td> 17 </tr> 18 <tr> 19<td><a href="CNTShutdown.html">CNTShutdown</a> </td> 20<td>Performs the device shutdown operation.</td> 21 </tr> 22</table> 23 24<h2>Contents/File Access</h2> 25<table border="1"> 26 <tr> 27<td><a href="CNTInitHandle.html">CNTInitHandle</a> </td> 28<td>Opens a content file.</td> 29 </tr> 30 <tr> 31<td><a href="CNTInitHandleTitle.html">CNTInitHandleTitle</a> </td> 32<td>Opens the Content files of data titles.</td> 33 </tr> 34 <tr> 35<td><a href="CNTReleaseHandle.html">CNTReleaseHandle</a> </td> 36<td>Closes a content file.</td> 37 </tr> 38 <tr> 39<td><a href="CNTGetFSTSize.html">CNTGetFSTSize</a> </td> 40<td>Gets the FST size of a content file.</td> 41 </tr> 42 <tr> 43<td><a href="CNTOpen.html">CNTOpen</a></td> 44<td>Opens files in a content file.</td> 45 </tr> 46 <tr> 47<td><a href="CNTFastOpen.html">CNTFastOpen</a></td> 48<td>Opens a file in the content file by specifying an entry number.</td> 49 </tr> 50 <tr> 51<td><a href="CNTConvertPathToEntrynum.html">CNTConvertPathToEntrynum</a></td> 52<td>Converts the paths of files in a content file to entry numbers.</td> 53 </tr> 54 <tr> 55<td><a href="CNTEntrynumIsDir.html">CNTEntrynumIsDir</a></td> 56<td>Determines whether the entry number of a file in the content file represents a directory.</td> 57 </tr> 58 <tr> 59<td><a href="CNTGetLength.html">CNTGetLength</a> </td> 60<td>Obtains the size of the file. 61 </td> 62 </tr> 63 <tr> 64<td><a href="CNTSeek.html">CNTSeek</a> </td> 65<td>Moves the start location for reading the file. 66 </td> 67 </tr> 68 <tr> 69<td><a href="CNTTell.html">CNTTell</a> </td> 70<td>Obtains the current location in the file. 71 </td> 72 </tr> 73 <tr> 74<td><a href="CNTRead.html">CNTRead</a> </td> 75<td>Reads a file. 76 </td> 77 </tr> 78 <tr> 79<td><a href="CNTReadWithOffset.html">CNTReadWithOffset</a> </td> 80<td>Reads the file by specifying an offset from the current position in the file. 81 </td> 82 </tr> 83 <tr> 84<td><a href="CNTClose.html">CNTClose</a></td> 85<td>Closes a file.</td> 86 </tr> 87 <tr> 88<td><a href="CNTChangeDir.html">CNTChangeDir</a></td> 89<td>Changes the current directory.</td> 90 </tr> 91 <tr> 92<td><a href="CNTGetCurrentDir.html">CNTGetCurrentDir</a></td> 93<td>Gets the current directory.</td> 94 </tr> 95</table> 96 97<h2>Directory Access</h2> 98<table border="1"> 99 <tr> 100<td><a href="CNTOpenDir.html">CNTOpenDir</a></td> 101<td>Opens a directory.</td> 102 </tr> 103 <tr> 104<td><a href="CNTOpenDir.html">CNTReadDir</a></td> 105<td>Gets the directory entry information.</td> 106 </tr> 107 <tr> 108<td><a href="CNTOpenDir.html">CNTCloseDir</a></td> 109<td>Closes a directory.</td> 110 </tr> 111 <tr> 112<td><a href="CNTOpenDir.html">CNTTellDir</a></td> 113<td>Gets the current location associated with the directory structure.</td> 114 </tr> 115 <tr> 116<td><a href="CNTOpenDir.html">CNTSeekDir</a> </td> 117<td>Sets the position of the next <CODE>CNTReadDir</CODE> process in the directory structure.</td> 118 </tr> 119 <tr> 120<td><a href="CNTOpenDir.html">CNTRewindDir</a> </td> 121<td>Resets the position of the specified directory structure to the start of the directory.</td> 122 </tr> 123</table> 124 125<hr><p>CONFIDENTIAL</p></body> 126</HTML> 127