ID_PARAMETER_PAIR Structure

Represents the format of a synchronization entity ID.


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

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.

Header: Synchronization.h

Show: