|
||
struct TCalChangeEntry;
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.
Defined in TCalChangeEntry
:
iChangeType
Type of change to the entry iEntryId
Local UID of the entry iEntryType
Type of entry MCalChangeCallBack2::TChangeEntryType iEntryType;
Type of entry