Share via


Estructura ID_PARAMETER_PAIR

Representa el formato de un identificador de entidad de sincronización.

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

Miembros

  • fIsVariable
    Su valor es TRUE si se trata de un identificador de longitud variable; en caso contrario, es FALSE.
  • cbIdSize
    Longitud del identificador si fIsVariable es FALSE. Longitud máxima del identificador si fIsVariable es TRUE. Debe ser mayor que 0.

Requisitos

Encabezado: Synchronization.h

Vea también

Referencia

Estructura ID_PARAMETERS

Conceptos

Componentes principales de Sync Framework
Identificadores flexibles