Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

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_FOLDERNOTIFICATIONSproperty. 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
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later

See Also