Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a range of item IDs.
typedef struct _SYNC_RANGE
{
BYTE * pbClosedLowerBound;
BYTE * pbClosedUpperBound;
} SYNC_RANGE;
Members
- pbClosedLowerBound
The closed lower bound of item IDs that are contained in the range.
- pbClosedUpperBound
The closed upper bound of item IDs that are contained in the range.
Requirements
Header: Synchronization.h
See Also
Reference
ISyncKnowledge::ProjectOntoRange
IKnowledgeSyncProvider::ProcessFullEnumerationChangeBatch