Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This structure specifies a TCP port range to reserve.
Syntax
typedef struct tcp_reserve_port_range {
USHORT UpperRange;
USHORT LowerRange;
} TCP_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.