SYNC_RANGE Structure
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