aboutsummaryrefslogtreecommitdiff
path: root/doc/oscl_html/osclconfig__io__check_8h.html
blob: 24df0304287f1f87e96160414ba48105aadf8953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>oscl: osclconfig_io_check.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>osclconfig_io_check.h File Reference</h1>
<p><a href="osclconfig__io__check_8h_source.html">Go to the source code of this file.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef <a class="el" href="osclconfig__io_8h.html#a97cda56383fc49167372a11658c80483">TOsclFileOffset</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="osclconfig__io__check_8h.html#aa602a41154d1aa1d1839edf012f1ba16">__verify__TOsclFileOffset__defined__</a></td></tr>
</table>
<hr/><h2>Typedef Documentation</h2>
<a class="anchor" id="aa602a41154d1aa1d1839edf012f1ba16"></a><!-- doxytag: member="osclconfig_io_check.h::__verify__TOsclFileOffset__defined__" ref="aa602a41154d1aa1d1839edf012f1ba16" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="osclconfig__io_8h.html#a97cda56383fc49167372a11658c80483">TOsclFileOffset</a> <a class="el" href="osclconfig__io__check_8h.html#aa602a41154d1aa1d1839edf012f1ba16">__verify__TOsclFileOffset__defined__</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>OSCL_HAS_ANSI_FILE_IO_SUPPORT macro should be set to 1 if the target platform supports the ANSI C file I/O functions (fopen, fread, etc). Otherwise it should be set to 0. OSCL_HAS_ANSI_64BIT_FILE_IO_SUPPORT macro should be set to 1 if the target platform supports the 64-bit ANSI C file I/O functions (fopen, fread, etc). Otherwise it should be set to 0. OSCL_HAS_MSWIN_FILE_IO_SUPPORT macro should be set to 1 if the target platform supports the ANSI C file I/O functions (fopen, fread, etc). Otherwise it should be set to 0. OSCL_HAS_SYMBIAN_COMPATIBLE_IO_FUNCTION macro should be set to 1 if the target platform supports the Symbian file I/O functions (RFile, RFs). Otherwise it should be set to 0. On Symbian platforms only: OSCL_HAS_NATIVE_DUPLICATE_FILE_HANDLE macro should be set to 1 if the target platform supports the Symbian file I/O function RFile::Duplicate. Otherwise it should be set to 0. OSCL_HAS_NATIVE_FILE_CACHE_ENABLE macro should be set to 1 if the target platform includes native file cache capability. Otherwise it should be set to 0. OSCL_HAS_PV_FILE_CACHE macro should be set to 1 if the target platform includes PV file cache capability. Otherwise it should be set to 0. OSCL_HAS_LARGE_FILE_SUPPORT macro should be set to 1 if the target platform supports more than 32bit file I/O capability. Otherwise it should be set to 0. type TOsclFileOffset should be defined as the type used for file size and offsets on the target platform. Example: typedef size_t TOsclFileOffset; </p>

</div>
</div>
</div>
<hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
<address style="align: left;"><small>Posting Version: CORE_9.002.1.1 </small>
</small></address>
</body>
</html>