Location:
cntdbobs.h
Link against:
TContactDbObserverEvent
Supported from 5.0
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
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.