diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-7E379A44-E3A2-521F-BA11-1C38E14A76BE.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/PDK/Source/GUID-7E379A44-E3A2-521F-BA11-1C38E14A76BE.dita Tue Mar 30 11:56:28 2010 +0100 @@ -0,0 +1,38 @@ + + + + + +Patchable +Constants: KApaLoadMbmIconsOnDemand +EXPORT_C extern const TInt KApaLoadMbmIconsOnDemand = 0; + + + + +

Exported from:

+

ApServ.dll

+
+ +

Defined in:

+

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

+
+ +

Purpose:

+

APPARC can save memory in the font and bitmap server, by only loading +MBM icons on demand. This constant determines whether this load on demand +feature is enabled. The default value is 0, which means that, +by default, the feature is not switched on.

When set to zero, all +MBM icons are loaded at device boot and never unloaded. When set to non-zero, +no MBM icons (apart from the default ones) are loaded at device boot. MBM +icons are loaded on demand (and never unloaded afterwards).

+
+ + +
\ No newline at end of file