TCP_RESERVE_PORT_RANGE structure (ipexport.h)

The TCP_RESERVE_PORT_RANGE structure specifies a TCP port range to reserve.

Syntax

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

Members

UpperRange

Value for the upper bound of the TCP port range to reserve.

LowerRange

Value for the lower bound of the TCP port range to reserve.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header ipexport.h

See also

IP Helper Start Page

IP Helper Structures