|
|
|||
Location:
imrequestedcontactslist.h
Link against: imframework.lib
class CRequestedContacts : public CBase;
CRequestedContacts is a list of linked contacts.
CBase - Base class for all classes to be instantiated on the heapCRequestedContacts - CRequestedContacts is a list of linked contactsDefined in CRequestedContacts:
At(), Count(), Find()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
IMPORT_C TInt Find(const TUint32 aServiceId, const TContactItemId aCntId);
Find searches for a specific link
|
|
IMPORT_C const TRequestedContactItem At(const TInt aIndex) const;
Provides access to items in the list
|
|
IMPORT_C TInt Count() const;
Used to get the size of the list.
|