|
1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // Function ids |
|
15 // |
|
16 // |
|
17 /** |
|
18 * @file |
|
19 * @publishedPartner |
|
20 * @released |
|
21 */ |
|
22 |
|
23 /** |
|
24 * @publishedPartner |
|
25 * @released |
|
26 */ |
|
27 #define KMtmUiFunctionPrint 0x200000 // KMtmFirstFreeMtmFunctionId + 0x100000 |
|
28 /** |
|
29 * @publishedPartner |
|
30 * @released |
|
31 */ |
|
32 #define KMtmUiFunctionPrintPreview 0x200001 |
|
33 /** |
|
34 * @publishedPartner |
|
35 * @released |
|
36 */ |
|
37 #define KMtmUiMessagingInitialisation 0x200002 |
|
38 /** |
|
39 * @publishedPartner |
|
40 * @released |
|
41 */ |
|
42 #define KMtmUiFunctionGetNew 0x200003 |
|
43 /** |
|
44 * @publishedPartner |
|
45 * @released |
|
46 */ |
|
47 #define KMtmUiFunctionSendAs 0x200004 |
|
48 /** |
|
49 * @publishedPartner |
|
50 * @released |
|
51 */ |
|
52 #define KMtmUiFunctionFetchAll 0x200005 |
|
53 /** |
|
54 * @publishedPartner |
|
55 * @released |
|
56 */ |
|
57 #define KMtmUiFunctionFetchNew 0x200006 |
|
58 /** |
|
59 * @publishedPartner |
|
60 * @released |
|
61 */ |
|
62 #define KMtmUiFunctionFetchSelected 0x200007 |
|
63 /** |
|
64 * @publishedPartner |
|
65 * @released |
|
66 */ |
|
67 #define KMtmFirstFreeMtmUiFunctionId 0x201000 |
|
68 /** |
|
69 * @publishedPartner |
|
70 * @released |
|
71 */ |
|
72 |
|
73 // Capabilities |
|
74 /** |
|
75 * @publishedPartner |
|
76 * @released |
|
77 */ |
|
78 #define KUidMsvMtmUiQueryCanPrintMsgValue 0x100017FF |
|
79 /** |
|
80 * @publishedPartner |
|
81 * @released |
|
82 */ |
|
83 #define KUidMsvMtmUiQueryCanPrintPreviewMsgValue 0x1000182D |
|
84 /** |
|
85 * @publishedPartner |
|
86 * @released |
|
87 */ |
|
88 #define KUidMsvMtmUiQueryConnectionOrientedServices 0x100038EC |
|
89 /** |
|
90 * @publishedPartner |
|
91 * @released |
|
92 */ |
|
93 #define KUidMsvMtmUiQueryMessagingInitialisation 0x1000484E |
|
94 /** |
|
95 * @publishedPartner |
|
96 * @released |
|
97 */ |
|
98 #define KUidMsvMtmUiQueryServiceAttributes 0x10004F4D |
|
99 /** |
|
100 * @publishedPartner |
|
101 * @released |
|
102 */ |
|
103 #define KUidMsvMtmUiQueryCanGetNew 0x100055A7 |
|
104 /** |
|
105 * @publishedPartner |
|
106 * @released |
|
107 */ |
|
108 #define KUidMsvMtmUiQueryCanOpenServiceOnAction 0x100055A8 |
|
109 /** |
|
110 * @publishedPartner |
|
111 * @released |
|
112 */ |
|
113 #define KUidMsvMtmUiQueryExtendedOpenProgress 0x1000560E |
|
114 /** |
|
115 * @publishedPartner |
|
116 * @released |
|
117 */ |
|
118 |
|
119 // Flags for KUidMsvMtmUiQueryServiceAttributes |
|
120 /** |
|
121 * @publishedPartner |
|
122 * @released |
|
123 */ |
|
124 #define EMtmUiAttributeLaunchingService 0x0001 |
|
125 /** |
|
126 * @publishedPartner |
|
127 * @released |
|
128 */ |
|
129 #define EMtmUiAttributeContainerService 0x0002 |
|
130 /** |
|
131 * @publishedPartner |
|
132 * @released |
|
133 */ |
|
134 #define EMtmUiAttributeConnectionOrientedService 0x0004 |
|
135 /** |
|
136 * @publishedPartner |
|
137 * @released |
|
138 */ |
|
139 |
|
140 // Preferences |
|
141 /** |
|
142 * @publishedPartner |
|
143 * @released |
|
144 */ |
|
145 #define EMtmUiFlagEditorPreferEmbedded 0x0001 |
|
146 /** |
|
147 * @publishedPartner |
|
148 * @released |
|
149 */ |
|
150 #define EMtmUiFlagEditorNoWaitForExit 0x0002 |