EXPORT_C extern const TInt KApaDrivesToMonitor = 0x3FFFFFF;
Exported from: |
ApServ.DLL |
Defined in: |
.../mw/appsupport/appfw/apparchitecture/apserv/apsconstdata.cpp |
Purpose: |
APPARC will monitor only specific drives. KApaDrivesToMonitor determines the drives that have to be monitored. The constant value 0x3FFFFFF represents that all drives from z to a are monitored. It is computed in the following way. ZY XWVU TSRQ PONM LKJI HGFE DCBA 11 1111 1111 1111 1111 1111 1111 The bit representing a drive must be set to 1 for the APPARC to notify any file change in the drive. When the KApaDrivesToMonitor is set to 0x3FFFFFF, the default value, it means that all drives are monitored by APPARC. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.