aboutsummaryrefslogtreecommitdiff
path: root/doc/oscl_html/oscl__errno_8h.html
blob: 86b8425ca991eb42abe9deaabb475a39a07658ec (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: oscl_errno.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>oscl_errno.h File Reference</h1>
<p>Defines functions to access additional information on errors where supported through an errno or similar service.  
<a href="#_details">More...</a></p>
<code>#include &quot;<a class="el" href="oscl__base_8h_source.html">oscl_base.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="osclconfig__error_8h_source.html">osclconfig_error.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="oscl__errno_8h_source.html">oscl_errno.inl</a>&quot;</code><br/>

<p><a href="oscl__errno_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>Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">OSCL_IMPORT_REF bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__osclerror.html#gab2e8d74c7dfe9ff23f5125ec6278ab19">OSCL_IsErrnoSupported</a> ()</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="oscl__errno_8h.html" title="Defines functions to access additional information on errors where supported through...">oscl_errno.h</a> contains functions to access the global errno  <a href="group__osclerror.html#gab2e8d74c7dfe9ff23f5125ec6278ab19"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">OSCL_IMPORT_REF int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__osclerror.html#ga3307f827ef9a12e8669b97ff78e0f483">OSCL_GetLastError</a> ()</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This function returns the value of the system's global error number variable.  <a href="group__osclerror.html#ga3307f827ef9a12e8669b97ff78e0f483"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">OSCL_IMPORT_REF bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__osclerror.html#gad9298802d243283ccc33a8b01bd07990">OSCL_SetLastError</a> (int newVal)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This function sets the last error code for the system.  <a href="group__osclerror.html#gad9298802d243283ccc33a8b01bd07990"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">OSCL_IMPORT_REF char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__osclerror.html#gaa3bf4420499253ecb324ee0733b0f738">OSCL_StrError</a> (int errnum)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This function maps an error number to an error-message string.  <a href="group__osclerror.html#gaa3bf4420499253ecb324ee0733b0f738"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Defines functions to access additional information on errors where supported through an errno or similar service. </p>
</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>