Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <calchangecallback.h>

Struct TCalChangeEntry

struct TCalChangeEntry;

Description

Struct for storing change notification data. This contains the calendar local ID, the type of change and the entry type.

The iChangeType will only be set to EChangeEntryTodo or EChangeEntryEvent values. EChangeEntryAll is provided for callback registration only.

If iChangeType is EChangeUndefined or EChangeOverflowError, iEntryId and iEntryType are undefined and should not be used by clients.

Members

Defined in TCalChangeEntry:


Member data


iEntryId

TCalLocalUid iEntryId;

Description

Local UID of the entry


iChangeType

MCalChangeCallBack2::TChangeType iChangeType;

Description

Type of change to the entry


iEntryType

MCalChangeCallBack2::TChangeEntryType iEntryType;

Description

Type of entry