diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/rbufexample_8cpp.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/rbufexample_8cpp.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,55 @@ + +
++Go to the source code of this file.
Functions | |
+ | _LIT (KFailed,"\n Error occurred") |
+ | _LIT (KPressAKey,"\n\n Press any key to continue the example\n") |
+ | _LIT (KLength,"\n Length= %d") |
+ | _LIT (KMaxLength,"\n MaxLength= %d") |
+ | _LIT (KBuffer1,"11111") |
+ | _LIT (KBuffer2,"22222") |
+void | MainL () |
+GLDEF_C TInt | E32Main () |
Variables | |
+const TInt | KLargeBufSize = 15 |
+const TInt | KSmallBufSize = 3 |
+const TInt | KMedBufSize = 7 |
Definition in file rbufexample.cpp.
+