Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/publishstd_8cpp.html
changeset 1 25a17d01db0c
child 6 43e37759235e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/publishstd_8cpp.html	Fri Jan 22 18:26:19 2010 +0000
@@ -0,0 +1,94 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>TB10.1 Example Applications: examples/Base/IPC/pubsub/publishstd.cpp File Reference</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+<link href="tabs.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.3 -->
+<h1>examples/Base/IPC/pubsub/publishstd.cpp File Reference</h1>
+<p>
+<a href="publishstd_8cpp-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="publishstd_8cpp.html#e3dba9d5ec6d59791d61680c67729f0e">PublishL</a> (RProperty &amp;aProperty, TDes16 &amp;aBuf)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="109e92336b785fe1dd555ef92fbaeb9c"></a><!-- doxytag: member="publishstd.cpp::DoExampleL" ref="109e92336b785fe1dd555ef92fbaeb9c" args="()" -->
+void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="publishstd_8cpp.html#109e92336b785fe1dd555ef92fbaeb9c">DoExampleL</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">GLDEF_C TInt&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="publishstd_8cpp.html#0f358e9c4355138f629b8c4f37310295">E32Main</a> ()</td></tr>
+
+<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d789d40251baeb2f60e118de4856583d"></a><!-- doxytag: member="publishstd.cpp::console" ref="d789d40251baeb2f60e118de4856583d" args="" -->
+LOCAL_D CConsoleBase *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="publishstd_8cpp.html#d789d40251baeb2f60e118de4856583d">console</a></td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+
+<p>Definition in file <a class="el" href="publishstd_8cpp-source.html">publishstd.cpp</a>.</p>
+<hr><h2>Function Documentation</h2>
+<a class="anchor" name="e3dba9d5ec6d59791d61680c67729f0e"></a><!-- doxytag: member="publishstd.cpp::PublishL" ref="e3dba9d5ec6d59791d61680c67729f0e" args="(RProperty &amp;aProperty, TDes16 &amp;aBuf)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">void PublishL           </td>
+          <td>(</td>
+          <td class="paramtype">RProperty &amp;&nbsp;</td>
+          <td class="paramname"> <em>aProperty</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">TDes16 &amp;&nbsp;</td>
+          <td class="paramname"> <em>aBuf</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td width="100%"></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Publishes the byte-array property <dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>aProperty</em>&nbsp;</td><td>The property to be published </td></tr>
+    <tr><td valign="top"></td><td valign="top"><em>aBuf</em>&nbsp;</td><td>The descriptor containing the byte-array values </td></tr>
+  </table>
+</dl>
+
+<p>Definition at line <a class="el" href="publishstd_8cpp-source.html#l00032">32</a> of file <a class="el" href="publishstd_8cpp-source.html">publishstd.cpp</a>.</p>
+
+</div>
+</div><p>
+<a class="anchor" name="0f358e9c4355138f629b8c4f37310295"></a><!-- doxytag: member="publishstd.cpp::E32Main" ref="0f358e9c4355138f629b8c4f37310295" args="()" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">GLDEF_C TInt E32Main           </td>
+          <td>(</td>
+          <td class="paramname">          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td width="100%"></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Returns standard error code on exit<p>
+Secure variant only Process entry point. Called by client using RProcess API <dl class="return" compact><dt><b>Returns:</b></dt><dd>Standard Epoc error code on process exit<p>
+Standard Epoc error code on process exit Secure variant only Process entry point. Called by client using RProcess API </dd></dl>
+
+<p>Definition at line <a class="el" href="publishstd_8cpp-source.html#l00125">125</a> of file <a class="el" href="publishstd_8cpp-source.html">publishstd.cpp</a>.</p>
+
+</div>
+</div><p>
+<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;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
+</body>
+</html>