diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_viewer_starter.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_viewer_starter.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,164 @@ + + +
+ +Static Public Member Functions | |
static IMPORT_C CMsvOperation * | LaunchEditorApplicationL (CMsvSession &aSession, TUid aMtmType, TRequestStatus &aStatus, const TEditorParameters &aParams, const TDesC &aAppName, const TDesC8 *aAddtionalParams=NULL) |
static IMPORT_C CMsvOperation * | LaunchEditorApplicationL (CMsvSession &aSession, TUid aMtmType, TRequestStatus &aStatus, const TEditorParameters &aParams, const TDesC &aAppName, const TDesC8 &aProgressPack, const TDesC8 *aAddtionalParams=NULL) |
Static class which launches editor application (provided editor conforms to architecture).
+The returned operation completes either when the launched application closes down, or after the launch has been initiated depending on the values in the TEditorParameters.
+ +Definition at line 134 of file TxtViewerStarter.h.
+static IMPORT_C CMsvOperation* ViewerStarter::LaunchEditorApplicationL | +( | +CMsvSession & | +aSession, | +|
+ | + | TUid | +aMtmType, | +|
+ | + | TRequestStatus & | +aStatus, | +|
+ | + | const TEditorParameters & | +aParams, | +|
+ | + | const TDesC & | +aAppName, | +|
+ | + | const TDesC8 * | + aAddtionalParams = NULL | + |
+ | ) | + [static] |
+
Launch message editor
+aSession,: | reference to CMsvSession object | |
aMtmType,: | mtm type | |
aStatus,: | request status | |
aParams,: | editor launch parameters, should have always embedded flag on: aParams.iFlags&EMsgLaunchEditorEmbedded | |
aAppName,: | editor name | |
aAddtionamParams,: | additional parameters |
static IMPORT_C CMsvOperation* ViewerStarter::LaunchEditorApplicationL | +( | +CMsvSession & | +aSession, | +|
+ | + | TUid | +aMtmType, | +|
+ | + | TRequestStatus & | +aStatus, | +|
+ | + | const TEditorParameters & | +aParams, | +|
+ | + | const TDesC & | +aAppName, | +|
+ | + | const TDesC8 & | +aProgressPack, | +|
+ | + | const TDesC8 * | + aAddtionalParams = NULL | + |
+ | ) | + [static] |
+
Launch message editor
+aSession,: | reference to CMsvSession object | |
aMtmType,: | mtm type | |
aStatus,: | request status | |
aParams,: | editor launch parameters, should have always embedded flag on: aParams.iFlags&EMsgLaunchEditorEmbedded | |
aAppName,: | editor name | |
aProgressPack,: | progress buffer | |
aAddtionamParams,: | additional parameters |