Patchable Constants: KApaDrivesToMonitor

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.