Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: cntdbobs.h
Link against:

Struct TContactDbObserverEvent

TContactDbObserverEvent

Support

Supported from 5.0

Description

Contact database change event details. These include the type of change event and the ID of the contact item affected by the change, if relevant.

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

Defined in TContactDbObserverEvent:
iConnectionId, iContactId, iType


Member data


iType

TContactDbObserverEventType iType

Description

The change event type.


iContactId

TContactItemId iContactId

Description

The ID of the contact item affected.


iConnectionId

TUint iConnectionId

Description

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.