diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/hybridapp_8cpp.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/hybridapp_8cpp.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,144 @@ + +
++Go to the source code of this file.
Functions | |
char * | DescToChar (const TDesC &aDes) |
void | PrintDriveInfoL (const RFs &aFs, const TInt aDriveNumber) |
LOCAL_C void | MainL () |
GLDEF_C TInt | E32Main () |
Definition in file hybridapp.cpp.
+char* DescToChar | +( | +const TDesC & | +aDes | +) | ++ |
+Converts a TDesC derived descriptor to a 'C' string.
aDes | The descriptor to be converted. |
Definition at line 32 of file hybridapp.cpp.
+ +void PrintDriveInfoL | +( | +const RFs & | +aFs, | +|
+ | + | const TInt | +aDriveNumber | + |
+ | ) | ++ |
+Prints the memory information for a drive.
aFs | A handle to the file server session. | |
aDriveNumber | The drive number of the drive. |
Definition at line 65 of file hybridapp.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 123 of file hybridapp.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 202 of file hybridapp.cpp.
+ ++