MessagingSDKCRKeys.h File Reference


#include <e32std.h>

Go to the source code of this file.


Variables

const TUid KCRUidMessagingUiSettings = {0x102072E2}
 The UID of the Central Repository file containing the settings.
const TUint32 KMessagingEditorLocalUiZoom = 0x00000001
 Zoom level of the message editors (and viewers), integer value.

Variable Documentation

const TUid KCRUidMessagingUiSettings = {0x102072E2}
 

The UID of the Central Repository file containing the settings.

Should be given as a parameter in CRepository::NewL() call.

const TUint32 KMessagingEditorLocalUiZoom = 0x00000001
 

Zoom level of the message editors (and viewers), integer value.

Possible values (corresponding enumeration from "akndef.hrh" in parentheses):

-1 = Automatic (EAknUiZoomAutomatic)
0 = Normal (EAknUiZoomNormal)
1 = Small (EAknUiZoomSmall)
2 = Large (EAknUiZoomLarge)


Copyright © Nokia Corporation 2001-2007
Back to top