messagingappbase/msgavkon/muiu_internal/settingsarray/inc/MuiuSettingsArray.rh
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 *     This file contains defines for resource MUIU_SETTINGS_ARRAY.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 //  INCLUDES
       
    23 #include <muiusettingsarray.hrh>
       
    24 
       
    25 
       
    26 //  STRUCTURE DEFINITIONS
       
    27 
       
    28 STRUCT MUIU_SETTINGS_ARRAY
       
    29     {
       
    30     STRUCT items[];
       
    31     }
       
    32 
       
    33 STRUCT MUIU_SETTINGS_ITEM
       
    34     {
       
    35     LTEXT   title = "";
       
    36     WORD    type = EMuiuSettingsUnknown;
       
    37     WORD    maxlength = KMuiuSettingsTextLengthDefault;
       
    38     BYTE    compulsory = EMuiuSettingsCompulsoryNo;
       
    39     LLINK   array_id = 0;
       
    40     }
       
    41 
       
    42 // End of file