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.