Compartir a través de


estructura TCP_RESERVE_PORT_RANGE (ipexport.h)

La estructura TCP_RESERVE_PORT_RANGE especifica un intervalo de puertos TCP que se va a reservar.

Sintaxis

typedef struct tcp_reserve_port_range {
  USHORT UpperRange;
  USHORT LowerRange;
} TCP_RESERVE_PORT_RANGE, *PTCP_RESERVE_PORT_RANGE;

Miembros

UpperRange

Valor del límite superior del intervalo de puertos TCP que se va a reservar.

LowerRange

Valor del límite inferior del intervalo de puertos TCP que se va a reservar.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 2000 Professional [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows 2000 Server [solo aplicaciones de escritorio]
Encabezado ipexport.h

Consulte también

Página de inicio del asistente de IP

Estructuras auxiliares de IP