Patchable Constants: KApaLoadDataRecognizersOnDemand

EXPORT_C extern const TInt KApaLoadDataRecognizersOnDemand = 0;

Exported from:

ApServ.DLL

Defined in:

.../mw/appsupport/appfw/apparchitecture/apserv/apsconstdata.cpp

Purpose:

APPARC can delete (unload) data recognizers in order to save memory. This constant determines whether the unload feature is enabled.

This value operates in conjunction with KApaUnloadRecognizersTimeout which determines how long a data recognizer must remain unused for before it may be unloaded.

The value of this constant provided by Symbian is zero, which means that, by default, the feature is not switched on.