EPOC   SDK Home Glossary Indexes Previous Next Up

TContactDbObserverEvent struct


Contents


TContactDbObserverEvent struct — Contact database change event details

Section Contents


Overview

Compatibility

Applications that use this struct will not work correctly on a version of EPOC earlier than ER5.

Defined in

cntdbobs.h

Description

Gives details of a contact database change event, including the event type and the ID of the contact item affected by the change, if relevant.

An instance of this struct is passed to a contact database's change observer, see MContactDbObserver::HandleDatabaseEventL().


Member data

TContactDbObserverEventType iType

The change event type.

TContactItemId iContactId

The ID of the contact item affected.

TUint iConnectionId

Identifies which connection to the contacts server generated the event. Use CContactDatabase::ConnectionId() to get the ID of the current connection.

Set to zero if the event has no meaningful connection ID.

EPOC       SDK Home Glossary Indexes Previous Next Up