phonebookui/Phonebook2/Presentation/inc/Pbk2FieldOrdering.rh
branchRCL_3
changeset 85 38bb213f60ba
parent 68 9da50d567e3c
equal deleted inserted replaced
74:6b5524b4f673 85:38bb213f60ba
    24 // A structure for defining presentation order for field types.
    24 // A structure for defining presentation order for field types.
    25 // -------------------------------------------------------------------------
    25 // -------------------------------------------------------------------------
    26 //
    26 //
    27 STRUCT PBK2_FIELDTYPE_PRESENTATION_ORDER
    27 STRUCT PBK2_FIELDTYPE_PRESENTATION_ORDER
    28     {
    28     {
    29     /// Field type resource id from vpbkeng.rsg
    29     /// Field type resource id from VPbkEng.rsg
    30     LONG fieldTypeResId;
    30     LONG fieldTypeResId;
    31     /// The number that specifies the location of this field type
    31     /// The number that specifies the location of this field type
    32     /// in contact presentation (defines the order of fields). 
    32     /// in contact presentation (defines the order of fields). 
    33     /// See appropriate language specific Pbk2DefaultFieldOrdering.hrh, 
    33     /// See appropriate language specific Pbk2DefaultFieldOrdering.hrh, 
    34     /// Pbk2ChineseFieldOrdering.hrh or Pbk2JapaneseFieldOrdering.hrh.
    34     /// Pbk2ChineseFieldOrdering.hrh or Pbk2JapaneseFieldOrdering.hrh.