The IReplStore::IsFolderChanged method checks if any object in a given folder has been changed since the method was last called.
HRESULT IsFolderChanged(
HREPLFLD hFolder,
BOOL * pfChanged
);
Header file: | Cesync.h |
Platforms: | H/PC |
Windows CE versions: | 2.0 and later |
If the ActiveSync service provider wants real-time synchronization to be simulated (see GetStoreInfo). The ActiveSync service manager will call the IReplStore::IsFolderChanged method once the timer is up to see if it needs to scan the store further to pick up any changes. This is used to reduce the number of scans replication has to make to the store, improving efficiency. An ActiveSync service provider should simply return TRUE if it doesn't need to implement this method.