The IReplStore::IsItemReplicated method determines if an item should be replicated using ActiveSync service provider-defined rules.
BOOL IsItemReplicated(
HREPLIFLD hFolder,
HREPLITEM hItem
);
Header file: | Cesync.h |
Platforms: | H/PC |
Windows CE versions: | 2.0 and later |
If the ActiveSync service provider requires that some objects on the desktop PC should not be replicated, it can use the IReplStore::IsItemReplicated method to tell the ActiveSync service manager to ignore these objects. The ActiveSync service provider can design its own rules and store it using the handle of the folder. If all objects should be replicated, the ActiveSync service provider can simply return TRUE in all calls.