|
1 |
|
2 <!DOCTYPE html |
|
3 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="copyright" content="(C) Copyright 2009"/><meta name="DC.rights.owner" content="(C) Copyright 2009"/><meta name="DC.Type" content="mobileconcept"/><meta name="DC.Title" content="Returned application information"/><meta name="DC.Relation" scheme="URI" content="GUID-A509AD23-015E-44D9-97EB-895A75593C87"/><meta name="DC.Relation" scheme="URI" content="GUID-7C69DDA4-16F1-4A8F-BDB2-4CB0015B4E81"/><meta name="DC.Relation" scheme="URI" content="GUID-65AAF569-D347-462B-B59A-9D7CA184AB9C"/><meta name="DC.Relation" scheme="URI" content="GUID-2D651505-F68C-4053-B565-9FF826C5B897"/><meta name="DC.Relation" scheme="URI" content="GUID-4A2480A8-4D79-4F5D-9614-74A8934B8952"/><meta name="DC.Format" content="XHTML"/><meta name="DC.Identifier" content="GUID-5614CFF0-EF37-46DD-A89D-C2AD6122F6A5"/><title>Returned |
|
5 application information </title><script type="text/javascript"> |
|
6 function initPage() {} |
|
7 </script><link href="../PRODUCT_PLUGIN/book.css" rel="stylesheet" type="text/css"/><link href="css/s60/style.css" rel="stylesheet" type="text/css" media="all"/></head><body onload="initPage();"><div class="body"><div class="contentLeft prTxt"><h1 class="pageHeading" id="GUID-5614CFF0-EF37-46DD-A89D-C2AD6122F6A5">Returned |
|
8 application information</h1><div> |
|
9 <p>The <code>ReturnValue</code> property returned by <a href="GUID-4A2480A8-4D79-4F5D-9614-74A8934B8952.html#GUID-4A2480A8-4D79-4F5D-9614-74A8934B8952"><code>GetList</code></a> is an iterator containing the requested application information. |
|
10 Each item (object) in the iterator corresponds to information about one mobile |
|
11 device application or user-installed application, depending on <a href="GUID-A509AD23-015E-44D9-97EB-895A75593C87.html#GUID-A509AD23-015E-44D9-97EB-895A75593C87">what |
|
12 type of application information was requested</a>.</p> |
|
13 <p>The following table describes the information returned for mobile device |
|
14 applications.</p> |
|
15 <div class="tablenoborder"><a name="GUID-62EB5572-AA6F-4436-88CD-E41EBFA67BEB"><!----></a><table cellpadding="4" cellspacing="0" summary="" id="GUID-62EB5572-AA6F-4436-88CD-E41EBFA67BEB" frame="border" border="1" rules="all"><caption><strong>Table: </strong>ReturnValue properties |
|
16 for mobile device applications</caption> |
|
17 <thead align="left"> |
|
18 <tr class="title "><th class="cellrowborder" valign="top" width="24.561403508771928%" id="d0e17826"> |
|
19 <p>Property</p> |
|
20 </th><th class="cellrowborder" valign="top" width="24.561403508771928%" id="d0e17831"> |
|
21 <p>Description</p> |
|
22 </th><th class="cellrowborder" valign="top" width="24.561403508771928%" id="d0e17836"> |
|
23 <p>Value type</p> |
|
24 </th><th class="cellrowborder" valign="top" width="26.31578947368421%" id="d0e17841"> |
|
25 <p>Type</p> |
|
26 </th></tr> |
|
27 </thead> |
|
28 <tbody> |
|
29 <tr class=""> |
|
30 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17826 "> |
|
31 <p><code>result.Uid</code></p> |
|
32 </td> |
|
33 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17831 "> |
|
34 <p>Contains a unique ID for the application binary (EXE or DLL).</p> |
|
35 </td> |
|
36 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17836 "> </td> |
|
37 <td class="cellrowborder" valign="top" width="26.31578947368421%" headers="d0e17841 "> |
|
38 <p>string</p> |
|
39 </td> |
|
40 </tr> |
|
41 <tr class="bg "> |
|
42 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17826 "> |
|
43 <p><code>result.Path</code></p> |
|
44 </td> |
|
45 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17831 "> |
|
46 <p>Contains the path of the application. For example, <code>c:\sys\bin\calculator.exe</code>.</p> |
|
47 </td> |
|
48 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17836 "> </td> |
|
49 <td class="cellrowborder" valign="top" width="26.31578947368421%" headers="d0e17841 "> |
|
50 <p>string</p> |
|
51 </td> |
|
52 </tr> |
|
53 <tr class=""> |
|
54 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17826 "> |
|
55 <p><code>result.Caption</code></p> |
|
56 </td> |
|
57 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17831 "> |
|
58 <p>Contains the title of the application.</p> |
|
59 </td> |
|
60 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17836 "> </td> |
|
61 <td class="cellrowborder" valign="top" width="26.31578947368421%" headers="d0e17841 "> |
|
62 <p>string</p> |
|
63 </td> |
|
64 </tr> |
|
65 <tr class="bg "> |
|
66 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17826 "> |
|
67 <p><code>result.ShortCaption</code></p> |
|
68 </td> |
|
69 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17831 "> |
|
70 <p>Contains the short title of the application. For example, the short |
|
71 caption may be displayed beneath an icon on the mobile device.</p> |
|
72 </td> |
|
73 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17836 "> </td> |
|
74 <td class="cellrowborder" valign="top" width="26.31578947368421%" headers="d0e17841 "> |
|
75 <p>string</p> |
|
76 </td> |
|
77 </tr> |
|
78 </tbody> |
|
79 </table></div> |
|
80 <p>The following table describes the information returned for user-installed |
|
81 applications.</p> |
|
82 <div class="tablenoborder"><a name="GUID-F7A80792-E820-4D05-9D80-20B89BE0E7BE"><!----></a><table cellpadding="4" cellspacing="0" summary="" id="GUID-F7A80792-E820-4D05-9D80-20B89BE0E7BE" frame="border" border="1" rules="all"><caption><strong>Table: </strong>ReturnValue properties |
|
83 for user-installed applications</caption> |
|
84 <thead align="left"> |
|
85 <tr class="title "><th class="cellrowborder" valign="top" width="24.561403508771928%" id="d0e17968"> |
|
86 <p>Property</p> |
|
87 </th><th class="cellrowborder" valign="top" width="24.561403508771928%" id="d0e17973"> |
|
88 <p>Description</p> |
|
89 </th><th class="cellrowborder" valign="top" width="24.561403508771928%" id="d0e17978"> |
|
90 <p>Value type</p> |
|
91 </th><th class="cellrowborder" valign="top" width="26.31578947368421%" id="d0e17983"> |
|
92 <p>Type</p> |
|
93 </th></tr> |
|
94 </thead> |
|
95 <tbody> |
|
96 <tr class=""> |
|
97 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17968 "> |
|
98 <p><code>result.PackageName</code></p> |
|
99 </td> |
|
100 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17973 "> |
|
101 <p>Contains the name of the application. For example, the package name |
|
102 may be displayed in a menu on the mobile device.</p> |
|
103 </td> |
|
104 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17978 "> </td> |
|
105 <td class="cellrowborder" valign="top" width="26.31578947368421%" headers="d0e17983 "> |
|
106 <p>string</p> |
|
107 </td> |
|
108 </tr> |
|
109 <tr class="bg "> |
|
110 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17968 "> |
|
111 <p><code>result.Version</code></p> |
|
112 </td> |
|
113 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17973 "> |
|
114 <p>Contains the version of the application. </p> |
|
115 <p>The version consists of two parts:</p> |
|
116 <ul> |
|
117 <li><p>Major</p></li> |
|
118 <li><p>Minor</p></li> |
|
119 </ul> |
|
120 <p>For example, 1.01, where 1 is the major part and .02 is the minor part.</p> |
|
121 </td> |
|
122 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17978 "> </td> |
|
123 <td class="cellrowborder" valign="top" width="26.31578947368421%" headers="d0e17983 "> |
|
124 <p>string</p> |
|
125 </td> |
|
126 </tr> |
|
127 <tr class=""> |
|
128 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17968 "> |
|
129 <p><code>result.Uid</code></p> |
|
130 </td> |
|
131 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17973 "> |
|
132 <p>Contains a unique ID for the application binary (EXE or DLL).</p> |
|
133 </td> |
|
134 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17978 "> </td> |
|
135 <td class="cellrowborder" valign="top" width="26.31578947368421%" headers="d0e17983 "> |
|
136 <p>string</p> |
|
137 </td> |
|
138 </tr> |
|
139 <tr class="bg "> |
|
140 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17968 "> |
|
141 <p><code>result.Vendor</code></p> |
|
142 </td> |
|
143 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17973 "> |
|
144 <p>Contains the vendor of the application.</p> |
|
145 </td> |
|
146 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17978 "> </td> |
|
147 <td class="cellrowborder" valign="top" width="26.31578947368421%" headers="d0e17983 "> |
|
148 <p>string</p> |
|
149 </td> |
|
150 </tr> |
|
151 <tr class=""> |
|
152 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17968 "> |
|
153 <p><code>result.Drive</code></p> |
|
154 </td> |
|
155 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17973 "> |
|
156 <p>Contains the drive where the application is installed.</p> |
|
157 </td> |
|
158 <td class="cellrowborder" valign="top" width="24.561403508771928%" headers="d0e17978 "> </td> |
|
159 <td class="cellrowborder" valign="top" width="26.31578947368421%" headers="d0e17983 "> |
|
160 <p>string</p> |
|
161 </td> |
|
162 </tr> |
|
163 </tbody> |
|
164 </table></div></div></div></div><div class="footer"><hr/><div class="copy">© Nokia 2009.</div></div></body></html> |