CPhCntContactId Class Reference

class CPhCntContactId : public CBase

Abstract base class for identifying a single contact in contact stores.

PhoneCntFinder
Since
S60 v3.1

Inherits from

Constructor & Destructor Documentation

~CPhCntContactId()

~CPhCntContactId ( ) [inline, virtual]

Member Functions Documentation

CloneL()

CPhCntContactId * CloneL ( ) const [pure virtual]

Clones contact id.

Since
S60 v3.1

ContactId()

TContactItemId ContactId ( ) const [pure virtual]

Gives contact item id. If this id is not valid, then contact item id given is not valid.

Since
S60 v3.1

Invalidate()

void Invalidate ( ) [pure virtual]
Invalidates this contact id. After this call, IsValid call will return false.
Since
S60 v3.1

IsValid()

TBool IsValid ( ) const [pure virtual]

Is contact id valid.

Since
S60 v3.1

PackLC()

HBufC8 * PackLC ( ) const [pure virtual]

Packs Virtual phonebook contact link to descriptor. If this link is not valid, then packed data is not valid.

Since
S60 v3.1