estructura INET_PORT_RESERVATION_TOKEN (mstcpip.h)

La estructura de INET_PORT_RESERVATION_TOKEN contiene un token de reserva de puertos para un bloque de puertos TCP o UDP.

Sintaxis

typedef struct {
  ULONG64 Token;
} INET_PORT_RESERVATION_TOKEN, *PINET_PORT_RESERVATION_TOKEN;

Miembros

Token

Un token de reserva de puerto para un bloque de puertos TCP o UDP.

Comentarios

La estructura INET_PORT_RESERVATION_TOKEN se admite en Windows Vista y versiones posteriores.

La estructura de INET_PORT_RESERVATION_TOKEN la usan los SIO_ACQUIRE_PORT_RESERVATION , SIO_ASSOCIATE_PORT_RESERVATION y SIO_RELEASE_PORT_RESERVATION Ioctl para las reservas de puertos TCP o UDP. La estructura de INET_PORT_RESERVATION_TOKEN también es equivalente al parámetro token de ULONG64 usado por createPersistentTcpPortReservation, CreatePersistentUdpPortReservation, DeletePersistentTcpPortReservation, DeletePersistentUdpPortReservation, LookupPersistentTcpPortReservation y lookupPersistentUdpPortReservation en las funciones auxiliares de IP.

Requisitos

Requisito Value
Cliente mínimo compatible Windows Vista [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2008 [solo aplicaciones de escritorio]
Encabezado mstcpip.h

Consulte también

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