MVPbkContactLinkPacking Class Reference

class MVPbkContactLinkPacking

An interface Contact link packing. This interface can be used to pack a contact link to a stream.

Constructor & Destructor Documentation

~MVPbkContactLinkPacking()

~MVPbkContactLinkPacking ( ) [inline, virtual]

Destructor.

Member Functions Documentation

ContactLinkPackingExtension(TUid)

TAny * ContactLinkPackingExtension ( TUid ) [inline, virtual]

Returns an extension point for this interface or NULL.

Parameters

TUid

InternalPackedSize()

TInt InternalPackedSize ( ) const [pure virtual]

Returns the packed size of internals (excluding the store URI) of this link.

PackInternalsL(RWriteStream &)

void PackInternalsL ( RWriteStream & aStream ) const [pure virtual]

Appends the packed internals (excluding the URI) of this link.

Parameters

RWriteStream & aStream Stream to append to this link.