struct TContactIdWithMapping;
Description
A struct used internally by filtered and group views to pair a contact item ID and its index into the underlying view.
Members
Defined in TContactIdWithMapping
:
iId
The contact item's ID
iMapping
The index of the item into the view's underlying view
TInt iMapping;
Description
The index of the item into the view's underlying view.