Skip to content

Latest commit

 

History

History
112 lines (69 loc) · 4.64 KB

ns-mstcpip-inet_port_reservation_token.md

File metadata and controls

112 lines (69 loc) · 4.64 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:mstcpip.INET_PORT_RESERVATION_TOKEN
INET_PORT_RESERVATION_TOKEN (mstcpip.h)
Contains a port reservation token for a block of TCP or UDP ports.
*PINET_PORT_RESERVATION_TOKEN
INET_PORT_RESERVATION_TOKEN
INET_PORT_RESERVATION_TOKEN structure [Winsock]
PINET_PORT_RESERVATION_TOKEN
PINET_PORT_RESERVATION_TOKEN structure pointer [Winsock]
mstcpip/INET_PORT_RESERVATION_TOKEN
mstcpip/PINET_PORT_RESERVATION_TOKEN
winsock.inet_port_reservation_token
winsock\inet_port_reservation_token.htm
WinSock
1AA2FF8C-BEAB-4D38-B53A-68E0628748FF
12/05/2018
*PINET_PORT_RESERVATION_TOKEN, INET_PORT_RESERVATION_TOKEN, INET_PORT_RESERVATION_TOKEN structure [Winsock], PINET_PORT_RESERVATION_TOKEN, PINET_PORT_RESERVATION_TOKEN structure pointer [Winsock], mstcpip/INET_PORT_RESERVATION_TOKEN, mstcpip/PINET_PORT_RESERVATION_TOKEN, winsock.inet_port_reservation_token
mstcpip.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
INET_PORT_RESERVATION_TOKEN, *PINET_PORT_RESERVATION_TOKEN
19H1
PINET_PORT_RESERVATION_TOKEN
mstcpip/PINET_PORT_RESERVATION_TOKEN
INET_PORT_RESERVATION_TOKEN
mstcpip/INET_PORT_RESERVATION_TOKEN
c++
APIRef
kbSyntax
HeaderDef
Mstcpip.h
INET_PORT_RESERVATION_TOKEN

INET_PORT_RESERVATION_TOKEN structure

-description

The INET_PORT_RESERVATION_TOKEN structure contains a port reservation token for a block of TCP or UDP ports.

-struct-fields

-field Token

A port reservation token for a block of TCP or UDP ports.

-remarks

The INET_PORT_RESERVATION_TOKEN structure is supported on Windows Vista and later.

The INET_PORT_RESERVATION_TOKEN structure is used by the SIO_ACQUIRE_PORT_RESERVATION , SIO_ASSOCIATE_PORT_RESERVATION, and SIO_RELEASE_PORT_RESERVATION Ioctl for TCP or UDP port reservations. The INET_PORT_RESERVATION_TOKEN structure is also equivalent to the ULONG64 Token parameter used by the CreatePersistentTcpPortReservation, CreatePersistentUdpPortReservation, DeletePersistentTcpPortReservation, DeletePersistentUdpPortReservation, LookupPersistentTcpPortReservation, and LookupPersistentUdpPortReservation functions in IP Helper.

-see-also

CreatePersistentTcpPortReservation

CreatePersistentUdpPortReservation

DeletePersistentTcpPortReservation

DeletePersistentUdpPortReservation

INET_PORT_RANGE

INET_PORT_RESERVATION_INSTANCE

LookupPersistentTcpPortReservation

LookupPersistentUdpPortReservation

SIO_ACQUIRE_PORT_RESERVATION

SIO_ASSOCIATE_PORT_RESERVATION

SIO_RELEASE_PORT_RESERVATION