EPOC   SDK Home Glossary Indexes Previous Next Up

TContactDbObserverEventType enum


TContactDbObserverEventType enum — Change event type

Compatibility

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

Defined in

cntdbobs.h

EContactDbObserverEventNull

Null event type.

EContactDbObserverEventUnused

Not currently used.

EContactDbObserverEventContactChanged

Contact item changed. The TContactDbObserverEvent struct should contain the ID of the contact that has been changed.

EContactDbObserverEventContactDeleted

Contact item deleted. The TContactDbObserverEvent struct should contain the ID of the contact that has been deleted.

EContactDbObserverEventContactAdded

Contact item added. The TContactDbObserverEvent struct should contain the ID of the contact that has been added.

EContactDbObserverEventUnknownChanges

Unknown change event type.

EContactDbObserverEventRecover

Recover from a damaged database.

EContactDbObserverEventRollback

Rollback from a change to the database.

EContactDbObserverEventTablesClosed

Database tables closed.

EContactDbObserverEventTablesOpened

Database tables opened.

EContactDbObserverEventTemplateChanged

A contact card template has changed. The TContactDbObserverEvent struct should contain the ID of the template that has been changed.

EContactDbObserverEventTemplateDeleted

A contact card template has been deleted. The TContactDbObserverEvent struct should contain the ID of the template that has been deleted.

EContactDbObserverEventTemplateAdded

A contact card template has been added. The TContactDbObserverEvent struct should contain the ID of the template that has been added.

EPOC       SDK Home Glossary Indexes Previous Next Up