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.
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 |