|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. --> |
|
3 <!-- This component and the accompanying materials are made available under the terms of the License |
|
4 "Eclipse Public License v1.0" which accompanies this distribution, |
|
5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
6 <!-- Initial Contributors: |
|
7 Nokia Corporation - initial contribution. |
|
8 Contributors: |
|
9 --> |
|
10 <!DOCTYPE concept |
|
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
|
12 <concept id="GUID-1D9E2FAC-92A4-5DCD-A811-11CAB5097B3A" xml:lang="en"><title>Patchable |
|
13 Constants: KApaDrivesToMonitor</title><prolog><metadata><keywords/></metadata></prolog><conbody> |
|
14 <codeblock id="GUID-8E37E758-693E-57EF-9D45-C8AF7611E7A2" xml:space="preserve">EXPORT_C extern const TInt KApaDrivesToMonitor = 0x3FFFFFF; |
|
15 </codeblock> |
|
16 <table id="GUID-253BCF21-6581-5FFB-B15E-F12888D0D715"> |
|
17 <tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/> |
|
18 <tbody> |
|
19 <row> |
|
20 <entry><p>Exported from: </p> </entry> |
|
21 <entry><p> <filepath> ApServ.DLL</filepath> </p> </entry> |
|
22 </row> |
|
23 <row> |
|
24 <entry><p>Defined in: </p> </entry> |
|
25 <entry><p> <filepath> .../mw/appsupport/appfw/apparchitecture/apserv/apsconstdata.cpp</filepath> </p> </entry> |
|
26 </row> |
|
27 <row> |
|
28 <entry><p>Purpose: </p> </entry> |
|
29 <entry><p>APPARC will monitor only specific drives. <xref href="GUID-CF25798F-5CE6-324F-BD90-6ADCB33E0B63.dita"><apiname>KApaDrivesToMonitor</apiname></xref> determines |
|
30 the drives that have to be monitored. </p> <p>The constant value <codeph>0x3FFFFFF</codeph> represents |
|
31 that all drives from <filepath>z</filepath> to <filepath>a</filepath> are |
|
32 monitored. It is computed in the following way. </p> <codeblock id="GUID-36745369-EAC2-5767-9069-A56605BD64D1" xml:space="preserve">ZY XWVU TSRQ PONM LKJI HGFE DCBA |
|
33 11 1111 1111 1111 1111 1111 1111</codeblock> <p>The bit representing a drive |
|
34 must be set to <codeph>1</codeph> for the APPARC to notify any file change |
|
35 in the drive. When the <codeph>KApaDrivesToMonitor</codeph> is set to <codeph>0x3FFFFFF</codeph>, |
|
36 the default value, it means that all drives are monitored by APPARC. </p> </entry> |
|
37 </row> |
|
38 </tbody> |
|
39 </tgroup> |
|
40 </table></conbody></concept> |