phonebookui/Phonebook2/remotecontactlookup/contactactionservice/inc/FscFieldOrdering.rh
equal
deleted
inserted
replaced
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. |