CContactViewBase::TVirtualFunction1Params Class Reference

class CContactViewBase::TVirtualFunction1Params

Holds the two parameters passed to the helper method GetContactIdsL() from the reserved function CContactViewBase_Reserved_1() . It has an inline constructor to initialise the data members.

Constructor & Destructor Documentation

TVirtualFunction1Params(const CArrayFix< TInt > *, CContactIdArray *)

TVirtualFunction1Params ( const CArrayFix < TInt > * aIndexes,
CContactIdArray * aIdArray
) [inline]

Inline constructor to initialize member data

Parameters

const CArrayFix < TInt > * aIndexes Pointer to an array of indexes in a view
CContactIdArray * aIdArray Pointer to array of contact IDs

Member Data Documentation

CContactIdArray * iIdArray

CContactIdArray * iIdArray

Pointer to array of contact IDs

const CArrayFix< TInt > * iIndexes

const CArrayFix < TInt > * iIndexes

Pointer to an array of indexes in a view