Notification Flags (Compact 7)
3/12/2014
These change notification flags identify the type of change (either local, remote, or both) made to a data store. They are used as the value of the PIMPR_FOLDERNOTIFICATIONS property. For more information, see Shared Property ID's.
Flag | Value | Description |
---|---|---|
PIMFOLDERNOTIFICATION_REMOTE |
0x01 |
Notification for changes from other processes. |
PIMFOLDERNOTIFICATION_LOCAL |
0x02 |
Notification for changes from this process. |
PIMFOLDERNOTIFICATION_ALL |
0x03 |
Notification for changes from all processes. (PIMFOLDERNOTIFICATION_REMOTE | PIMFOLDERNOTIFICATION_LOCAL) |
Requirements
Header |
pimstore.h |
Library |
Pimstore.lib |