diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/ezlibexample_8cpp.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/ezlibexample_8cpp.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/ezlibexample_8cpp.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,144 +1,123 @@ - -
--Go to the source code of this file.
Functions | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+ Go to the source code of this file. +
Detailed Description- | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- | _LIT (KFileExtract,"\nExtracting the file %S\n") | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- | _LIT (KFileZipExtract,"\nExtracting files from the zip file %S\n") | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- | _LIT (KZipName,"\nName: %S ") | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- | _LIT (KZipCRC32,"\nCRC32: %X ") | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- | _LIT (KZipCSize,"\nCompressed Size: %d") | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- | _LIT (KZipUCSize,"\nUncompressed Size: %d") | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- | _LIT (KOpenedSuccessfully,"%S opened successfully.\n") | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- | _LIT (KExtractZipPathMulti,"\\private\\E80000B7\\zip\\extracts\\") | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- | _LIT (KExtractZipPathSingle,"\\private\\E80000B7\\zip\\extracts\\singlefile\\") | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- | _LIT (KCompressGzipPath,"\\private\\E80000B7\\gzip\\extracts\\") | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- | _LIT (KCompressZipFile,"icon.bmp") | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- | _LIT (KExtractGzipFile,"error.wav") | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LOCAL_C void | MainL () | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GLDEF_C TInt | E32Main () |
Definition in file ezlibexample.cpp.
-Definition in file ezlibexample.cpp.
+LOCAL_C void MainL | +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
--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 407 of file ezlibexample.cpp.
+Definition at line 407 of file ezlibexample.cpp.
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. -
Definition at line 452 of file ezlibexample.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.
+ +Definition at line 452 of file ezlibexample.cpp.
-