diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/iclmainexample_8cpp.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/iclmainexample_8cpp.html Tue Mar 30 11:56:28 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,75 +0,0 @@ - -
--Go to the source code of this file.
Functions | |
LOCAL_C void | MainL () |
GLDEF_C TInt | E32Main () |
Definition in file iclmainexample.cpp.
-LOCAL_C void MainL | -( | -- | ) | -- |
-Much simpler MainL(), uses the new Rendezvous() call to sync with the client
-Secure variant Much simpler, uses the new Rendezvous() call to sync with the client -
Definition at line 177 of file iclmainexample.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
-The E32main function is the main entry point for the code.
-The below section is added to make the code compatible with v9.1 This is because only exe files are compatible with v9.1
-Standard entry point function. -
Definition at line 430 of file iclmainexample.cpp.
- --