Public Attributes | |
INT32 | mTotalMemoryLimit |
Total memory (in bytes). [Required]. | |
INT32 | mResourceMemoryLimit |
Max. memory resources may take (in bytes). [Required]. | |
INT32 | mPreferredWidth |
Preferred screen width. Only affects the desktop windows. | |
INT32 | mPreferredHeight |
Preferred screen height. Only affects the desktop windows. | |
const CHAR * | mTitleString |
Pointer to a string to be shown as title bar, if applicable. | |
INT32 | mUID |
Application unique identifier. [Required for Symbian applications.]. | |
INT32 | mMinimumExtraMemory |
Minimum amount of extra free memory in bytes in the system after memory pool allocation. | |
const CHAR * | mOutOfMemoryErrorString |
Pointer to a string shown if memory pool allocation failed. |
Please note that the xfcAppPrefs() call may be invoked more than once in the application startup.
|
Minimum amount of extra free memory in bytes in the system after memory pool allocation. If the operating system (or other applications) can't get enough memory under some Symbian platforms (at least), random applications will start crashing. If the core cannot detect at least this much extra memory after the pool has been allocated, the application will exit with an 'out of memory' error, just like if there was not enough memory for the memory pool. (128KB recommended under Symbian) |
|
Pointer to a string shown if memory pool allocation failed. If this parameter is NULL, the default error message will be rather technical, and might not be useful for most end-users. |
|
Preferred screen height. Only affects the desktop windows.
|
|
Preferred screen width. Only affects the desktop windows.
|
|
Max. memory resources may take (in bytes). [Required].
|
|
Pointer to a string to be shown as title bar, if applicable.
|
|
Total memory (in bytes). [Required].
|
|
Application unique identifier. [Required for Symbian applications.].
|
![]() | ||||
![]() |
Confidential Copyright © 2002-2003 Fathammer | with doxygen by Dimitri van Heesch |