SYNC_RANGE structure (winsync.h)
Represents a range of item IDs.
Syntax
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
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | winsync.h |
See also
IKnowledgeSyncProvider::ProcessFullEnumerationChangeBatch Method