class CContactViewBase::TVirtualFunction2Params |
Holds the two parameters passed to the method GetContactsMatchingFilterL() from the reserved function CContactViewBase_Reserved_1(). It has an inline constructor to initialise the data members.
Public Member Functions | |
---|---|
TVirtualFunction2Params(TInt, RArray< TContactIdWithMapping > &) |
Public Attributes | |
---|---|
TInt | iFilter |
RArray< TContactIdWithMapping > & | iMatchingContacts |
TVirtualFunction2Params | ( | TInt | aFilter, |
RArray< TContactIdWithMapping > & | aMatchingContacts | ||
) | [inline] |
Inline constructor to initialize member data.
TInt aFilter | Filter for the contacts |
RArray< TContactIdWithMapping > & aMatchingContacts | Contacts matching a particular criterion |
RArray< TContactIdWithMapping > & | iMatchingContacts |
List of contacts matching the criteria.