diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/globals_8h.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/globals_8h.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/globals_8h.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,73 +1,70 @@ - -
--Go to the source code of this file.
Functions | ||||||||||||||||||||
+ Go to the source code of this file. +
Detailed Description- | ||||||||||||||||||||
- | _LIT (KTxtOK,"ok") | |||||||||||||||||||
- | _LIT (KTxtPressAnyKey," [press any key]") | |||||||||||||||||||
- | _LIT (KTxtPanic,"Pointer is NULL") | |||||||||||||||||||
- | _LIT (KNewLine,"\n") | |||||||||||||||||||
GLDEF_C TInt | E32Main () |
Definition in file globals.h.
-Definition in file globals.h.
+GLDEF_C TInt E32Main | +GLDEF_C TInt E32Main | ( | -+ | ) | -+ |
-Returns standard error code on exit
-Secure variant only Process entry point. Called by client using RProcess API
+
Returns standard error code on 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.
-Cleanup stack harness. -
Definition at line 485 of file CalExample.cpp.
+Entry point for the example
+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.
+A normal Symbian OS executable provides an E32Main() function which is called by the operating system to start the program.
+Cleanup stack harness.
+ +Definition at line 25 of file Anim_Main.cpp.
-