SYNC_RANGE Structure

Represents a range of item IDs.


typedef struct _SYNC_RANGE
{
  BYTE * pbClosedLowerBound;
  BYTE * pbClosedUpperBound;
} SYNC_RANGE;

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.

Header: Synchronization.h

Show: