Notification Flags
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
Pocket PC: Windows Mobile Version 5.0 and later
Smartphone: Windows Mobile Version 5.0 and later
OS Versions: Windows CE 5.01 and later
Header: pimstore.h
Library: pimstore.lib
See Also
Pocket Outlook Object Model API Flags
Send Feedback on this topic to the authors