diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/publishstd_8cpp.html --- /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 @@ + +
++Go to the source code of this file.
Functions | |
void | PublishL (RProperty &aProperty, TDes16 &aBuf) |
+void | DoExampleL () |
GLDEF_C TInt | E32Main () |
Variables | |
+LOCAL_D CConsoleBase * | console |
Definition in file publishstd.cpp.
+void PublishL | +( | +RProperty & | +aProperty, | +|
+ | + | TDes16 & | +aBuf | + |
+ | ) | ++ |
+Publishes the byte-array property
aProperty | The property to be published | |
aBuf | The descriptor containing the byte-array values |
Definition at line 32 of file publishstd.cpp.
+ +GLDEF_C TInt E32Main | +( | ++ | ) | ++ |
+Returns standard error code on exit
+Secure variant only Process entry point. Called by client using RProcess API
+Standard Epoc error code on process exit Secure variant only Process entry point. Called by client using RProcess API
Definition at line 125 of file publishstd.cpp.
+ ++