ID_PARAMETER_PAIR Structure

Represents the format of a synchronization entity ID.

typedef struct _ID_PARAMETER_PAIR
{
  BOOL fIsVariable;
  USHORT cbIdSize;
} ID_PARAMETER_PAIR;

Members

  • fIsVariable
    TRUE if the ID is variable length; otherwise, FALSE.
  • cbIdSize
    The length of the ID when fIsVariable is FALSE. The maximum length of the ID when fIsVariable is TRUE. Must be greater than 0.

Requirements

Header: Synchronization.h

See Also

Reference

ID_PARAMETERS Structure

Concepts

Sync Framework Core Components
Flexible IDs