Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/secureserver_8cpp.html
changeset 6 43e37759235e
parent 1 25a17d01db0c
equal deleted inserted replaced
5:f345bda72bc4 6:43e37759235e
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     2 <html xmlns="http://www.w3.org/1999/xhtml">
     3 <title>TB10.1 Example Applications: examples/Base/IPC/secureserver/secureserver.cpp File Reference</title>
     3 <head>
     4 <link href="doxygen.css" rel="stylesheet" type="text/css">
     4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
     5 <link href="tabs.css" rel="stylesheet" type="text/css">
     5 <title>TB9.2 Example Applications: examples/Base/IPC/secureserver/secureserver.cpp File Reference</title>
     6 </head><body>
     6 <link href="tabs.css" rel="stylesheet" type="text/css"/>
     7 <!-- Generated by Doxygen 1.5.3 -->
     7 <link href="doxygen.css" rel="stylesheet" type="text/css"/>
       
     8 </head>
       
     9 <body>
       
    10 <!-- Generated by Doxygen 1.6.2 -->
       
    11 <div class="contents">
     8 <h1>examples/Base/IPC/secureserver/secureserver.cpp File Reference</h1>
    12 <h1>examples/Base/IPC/secureserver/secureserver.cpp File Reference</h1>
     9 <p>
    13 <p><a href="secureserver_8cpp_source.html">Go to the source code of this file.</a></p>
    10 <a href="secureserver_8cpp-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
    14 <table border="0" cellpadding="0" cellspacing="0">
    11 <tr><td></td></tr>
    15 <tr><td colspan="2"><h2>Functions</h2></td></tr>
    12 <tr><td colspan="2"><br><h2>Functions</h2></td></tr>
    16 <tr><td class="memItemLeft" align="right" valign="top">EXPORT_C TInt&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="secureserver_8cpp.html#a4b5c7c9c295e75071c4b3aac202763a1">StartThread</a> (RThread &amp;aServerThread)</td></tr>
    13 <tr><td class="memItemLeft" nowrap align="right" valign="top">EXPORT_C TInt&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="secureserver_8cpp.html#4b5c7c9c295e75071c4b3aac202763a1">StartThread</a> (RThread &amp;aServerThread)</td></tr>
    17 </table>
       
    18 <hr/><a name="_details"></a><h2>Detailed Description</h2>
    14 
    19 
    15 </table>
    20 <p>Definition in file <a class="el" href="secureserver_8cpp_source.html">secureserver.cpp</a>.</p>
    16 <hr><a name="_details"></a><h2>Detailed Description</h2>
    21 <hr/><h2>Function Documentation</h2>
    17 
    22 <a class="anchor" id="a4b5c7c9c295e75071c4b3aac202763a1"></a><!-- doxytag: member="secureserver.cpp::StartThread" ref="a4b5c7c9c295e75071c4b3aac202763a1" args="(RThread &amp;aServerThread)" -->
    18 <p>Definition in file <a class="el" href="secureserver_8cpp-source.html">secureserver.cpp</a>.</p>
       
    19 <hr><h2>Function Documentation</h2>
       
    20 <a class="anchor" name="4b5c7c9c295e75071c4b3aac202763a1"></a><!-- doxytag: member="secureserver.cpp::StartThread" ref="4b5c7c9c295e75071c4b3aac202763a1" args="(RThread &amp;aServerThread)" -->
       
    21 <div class="memitem">
    23 <div class="memitem">
    22 <div class="memproto">
    24 <div class="memproto">
    23       <table class="memname">
    25       <table class="memname">
    24         <tr>
    26         <tr>
    25           <td class="memname">EXPORT_C TInt StartThread           </td>
    27           <td class="memname">EXPORT_C TInt StartThread </td>
    26           <td>(</td>
    28           <td>(</td>
    27           <td class="paramtype">RThread &amp;&nbsp;</td>
    29           <td class="paramtype">RThread &amp;&nbsp;</td>
    28           <td class="paramname"> <em>aServerThread</em>          </td>
    30           <td class="paramname"> <em>aServerThread</em></td>
    29           <td>&nbsp;)&nbsp;</td>
    31           <td>&nbsp;)&nbsp;</td>
    30           <td width="100%"></td>
    32           <td></td>
    31         </tr>
    33         </tr>
    32       </table>
    34       </table>
    33 </div>
    35 </div>
    34 <div class="memdoc">
    36 <div class="memdoc">
    35 
    37 <p>Creates the server thread. If the server is not running, the function starts the server thread. The function <a class="el" href="class_c_secure_server.html#a97b0ca5c5966bba8c0cee269d1909b75">CSecureServer::ThreadFunction()</a> contains the code that is called when the server thread starts. </p>
    36 <p>
    38 <dl><dt><b>Parameters:</b></dt><dd>
    37 Creates the server thread. If the server is not running, the function starts the server thread. The function <a class="el" href="class_c_secure_server.html#97b0ca5c5966bba8c0cee269d1909b75">CSecureServer::ThreadFunction()</a> contains the code that is called when the server thread starts. <dl compact><dt><b>Parameters:</b></dt><dd>
       
    38   <table border="0" cellspacing="2" cellpadding="0">
    39   <table border="0" cellspacing="2" cellpadding="0">
    39     <tr><td valign="top"></td><td valign="top"><em>aServerThread</em>&nbsp;</td><td>The handle to the server thread. </td></tr>
    40     <tr><td valign="top"></td><td valign="top"><em>aServerThread</em>&nbsp;</td><td>The handle to the server thread. </td></tr>
    40   </table>
    41   </table>
       
    42   </dd>
    41 </dl>
    43 </dl>
    42 <dl class="return" compact><dt><b>Returns:</b></dt><dd>KErrNone if successful, or an error code returned by RThread::Create(). </dd></dl>
    44 <dl class="return"><dt><b>Returns:</b></dt><dd>KErrNone if successful, or an error code returned by RThread::Create(). </dd></dl>
    43 <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="class_c_secure_server.html#97b0ca5c5966bba8c0cee269d1909b75">CSecureServer::ThreadFunction()</a> </dd></dl>
    45 <dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="class_c_secure_server.html#a97b0ca5c5966bba8c0cee269d1909b75">CSecureServer::ThreadFunction()</a> </dd></dl>
    44 
    46 
    45 <p>Definition at line <a class="el" href="secureserver_8cpp-source.html#l00074">74</a> of file <a class="el" href="secureserver_8cpp-source.html">secureserver.cpp</a>.</p>
    47 <p>Definition at line <a class="el" href="secureserver_8cpp_source.html#l00074">74</a> of file <a class="el" href="secureserver_8cpp_source.html">secureserver.cpp</a>.</p>
    46 
    48 
    47 </div>
    49 </div>
    48 </div><p>
    50 </div>
    49 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 21 10:33:02 2010 for TB10.1 Example Applications by&nbsp;
    51 </div>
       
    52 <hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp;
    50 <a href="http://www.doxygen.org/index.html">
    53 <a href="http://www.doxygen.org/index.html">
    51 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
    54 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address>
    52 </body>
    55 </body>
    53 </html>
    56 </html>