Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-testing > by-pkgid > 2c50825dd66d0497b96a67f7fab2ee84 > files > 8407

openoffice.org64-devel-doc-2.4.1.10-1mdv2008.1.x86_64.rpm

<html>
<head>
<title>struct _oslFileStatus</title>
<link rel="stylesheet" type="text/css" href="../cpp.css">
</head>
<body>
<div id="adc-cppref">

<a name="_top_"> </a><table class="navimain" border="0" cellpadding="1" cellspacing="0">
<tr align="center" valign="top">
<td class="navimain">&nbsp;<a href="../index.html">Overview</a>&nbsp;</td>
<td class="navimain">&nbsp;<a href="index.html">Namespace</a>&nbsp;</td>
<td class="navimainself">&nbsp;Class&nbsp;</td>
<td class="navimain">&nbsp;<a href="../index-files/index-1.html">Index</a>&nbsp;</td>
<td class="navimain">&nbsp;<a href="../help.html">Help</a>&nbsp;</td>
</tr>
</table>
<table class="navisub" cellpadding="0" cellspacing="3">
<tr>
<td width="20%"><font size="-2">PUBLIC MEMBERS:</font></td>
<td>
&nbsp;<font size="-2">CLASSES</font>
|&nbsp;<font size="-2">STRUCTS</font>
|&nbsp;<font size="-2">UNIONS</font>
|&nbsp;<font size="-2">ENUMS</font>
|&nbsp;<font size="-2">TYPEDEFS</font>
|&nbsp;<font size="-2">METHODS</font>
|&nbsp;<font size="-2">STATIC METHODS</font>
|&nbsp;<a href="#publ_vars"><font size="-2"><b>DATA</b></font></a>
|&nbsp;<font size="-2">STATIC DATA</font></td>
</tr>
</table>
<hr>
<a href="../names/index.html" alt="Global Namespace in C++"><font size="+1"><b>::</b></font></a> <div class="title"><h2>struct _oslFileStatus</h2>
</div><hr>
<dl>
<dt>Base Classes</dt>
<dd>None.</dd>
</dl>
<dl>
<dt>Known Derived Classes</dt>
<dd>None.</dd>
</dl>
<br>
<table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="25%" class="flagname">virtual</td>
<td width="25%" class="flagname">abstract</td>
<td width="25%" class="flagname">interface</td>
<td width="25%" class="flagname">template</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
</tr>
</table>
<dl>
<dt>Summary</dt>
<dd>Structure containing information about files and directories

</dd>
<dt>See Also</dt>
<dd><a href="o-file.h.html#osl_getFileStatus-639">osl_getFileStatus()</a> <br>
<a href="t-oslFileType.html">oslFileType</a> <br>
</dd>
</dl>
<dl>
<dt>File</dt>
<dd>file.h</dd>
</dl>
<hr>
<dl>
<dt class="subtitle"><a name="publ_"><h3>Public Members</h3>
</a></dt>
<dd><a name="publ_vars"> </a><table class="childlist" border="1" cellpadding="5" cellspacing="0" width="100%">
<tr class="subtitle">
<td colspan="2"><h4>Data</h4>
</td>
</tr>
<tr bgcolor="white">
<td><a href="t-sal_uInt32.html">sal_uInt32</a> <a href="_oslFileStatus/d.html#uStructSize"><strong>uStructSize;</strong></a></td>
<td>Must be initialized with the size in bytes of the structure before passing it to any function </td>
</tr>
<tr bgcolor="white">
<td><a href="t-sal_uInt32.html">sal_uInt32</a> <a href="_oslFileStatus/d.html#uValidFields"><strong>uValidFields;</strong></a></td>
<td>Determines which members of the structure contain valid data </td>
</tr>
<tr bgcolor="white">
<td><a href="t-oslFileType.html">oslFileType</a> <a href="_oslFileStatus/d.html#eType"><strong>eType;</strong></a></td>
<td>The type of the file (file, directory, volume). </td>
</tr>
<tr bgcolor="white">
<td><a href="t-sal_uInt64.html">sal_uInt64</a> <a href="_oslFileStatus/d.html#uAttributes"><strong>uAttributes;</strong></a></td>
<td>File attributes </td>
</tr>
<tr bgcolor="white">
<td><a href="t-TimeValue.html">TimeValue</a> <a href="_oslFileStatus/d.html#aCreationTime"><strong>aCreationTime;</strong></a></td>
<td>First creation time in nanoseconds since 1/1/1970. Can be the last modify time depending on 
platform or file system. </td>
</tr>
<tr bgcolor="white">
<td><a href="t-TimeValue.html">TimeValue</a> <a href="_oslFileStatus/d.html#aAccessTime"><strong>aAccessTime;</strong></a></td>
<td>Last access time in nanoseconds since 1/1/1970. Can be the last modify time depending on 
platform or file system. </td>
</tr>
<tr bgcolor="white">
<td><a href="t-TimeValue.html">TimeValue</a> <a href="_oslFileStatus/d.html#aModifyTime"><strong>aModifyTime;</strong></a></td>
<td>Last modify time in nanoseconds since 1/1/1970. </td>
</tr>
<tr bgcolor="white">
<td><a href="t-sal_uInt64.html">sal_uInt64</a> <a href="_oslFileStatus/d.html#uFileSize"><strong>uFileSize;</strong></a></td>
<td>Size in bytes of the file. Zero for directories and volumes. </td>
</tr>
<tr bgcolor="white">
<td><a href="t-rtl_uString.html">rtl_uString</a> * <a href="_oslFileStatus/d.html#ustrFileName"><strong>ustrFileName;</strong></a></td>
<td>Case correct name of the file. Should be set to zero before calling &lt;code&gt;osl_getFileStatus&lt;/code&gt;
and released after usage. </td>
</tr>
<tr bgcolor="white">
<td><a href="t-rtl_uString.html">rtl_uString</a> * <a href="_oslFileStatus/d.html#ustrFileURL"><strong>ustrFileURL;</strong></a></td>
<td>Full URL of the file. Should be set to zero before calling &lt;code&gt;osl_getFileStatus&lt;/code&gt;
and released after usage. </td>
</tr>
<tr bgcolor="white">
<td><a href="t-rtl_uString.html">rtl_uString</a> * <a href="_oslFileStatus/d.html#ustrLinkTargetURL"><strong>ustrLinkTargetURL;</strong></a></td>
<td>Full URL of the target file if the file itself is a link.
Should be set to zero before calling &lt;code&gt;osl_getFileStatus&lt;/code&gt;
and released after usage. </td>
</tr>
</table>
<hr>
</dd>
</dl>
<a href="#_top_" class="objchapter">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2008 Sun Microsystems, Inc.</p>

</div> <!-- id="adc-cppref" -->
</body>

</html>