phonebookui/Phonebook2/remotecontactlookup/contactactionservice/inc/FscFieldOrdering.rh
branchRCL_3
changeset 68 9da50d567e3c
parent 0 e686773b3f54
child 85 38bb213f60ba
equal deleted inserted replaced
63:f4a778e096c2 68:9da50d567e3c
    23 // A structure for defining presentation order for field types.
    23 // A structure for defining presentation order for field types.
    24 // -------------------------------------------------------------------------
    24 // -------------------------------------------------------------------------
    25 //
    25 //
    26 STRUCT FSC_FIELDTYPE_PRESENTATION_ORDER
    26 STRUCT FSC_FIELDTYPE_PRESENTATION_ORDER
    27     {
    27     {
    28     /// Field type resource id from VPbkEng.rsg
    28     /// Field type resource id from vpbkeng.rsg
    29     LONG fieldTypeResId;
    29     LONG fieldTypeResId;
    30     /// The number that specifies the location of this field type
    30     /// The number that specifies the location of this field type
    31     /// in contact presentation (defines the order of fields). 
    31     /// in contact presentation (defines the order of fields). 
    32     /// See appropriate language specific FscDefaultFieldOrdering.hrh, 
    32     /// See appropriate language specific FscDefaultFieldOrdering.hrh, 
    33     /// Pbk2ChineseFieldOrdering.hrh or Pbk2JapaneseFieldOrdering.hrh.
    33     /// Pbk2ChineseFieldOrdering.hrh or Pbk2JapaneseFieldOrdering.hrh.