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>CNTTell</title> 9</head> 10 11<body> 12 13<h1>CNTTell</h1> 14 15<h2>Syntax</h2> 16<dl><dd><pre><code> 17#include <revolution/cnt.h> 18 19s32 CNTTell(CNTFileInfo* cf); 20</code></pre></dd></dl> 21 22<h2>Arguments</h2> 23<p> 24<TABLE border="1" > 25 <tr> 26<TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM>cf</EM></STRONG></CODE></TD> 27<TD width="520">Pointer to <CODE>CNTFileInfo</CODE> structure.</TD> 28 </tr> 29</TABLE> 30</p> 31 32<h2>Return Values</h2> 33<p> 34Current position of file.<br> 35</p> 36 37 38<H2>Description</H2> 39<p> 40Obtains the current position of the file.<br> 41</p> 42 43<h2>See Also</h2> 44<p> 45<code><a href="./CNTOpen.html">CNTOpen</a>,<a href="./CNTSeek.html">CNTSeek</a>, 46<a href="./CNTRead.html">CNTRead</a></code> 47</p> 48<H2>Revision History</H2> 49<p>2006/12/04 Initial version.</p> 50 51 52<hr><p>CONFIDENTIAL</p></body> 53</html> 54