estructura INET_PORT_RESERVATION_INSTANCE (mstcpip.h)

La estructura INET_PORT_RESERVATION_INSTANCE contiene una reserva de puertos y un token para un bloque de puertos TCP o UDP.

Sintaxis

typedef struct {
  INET_PORT_RESERVATION       Reservation;
  INET_PORT_RESERVATION_TOKEN Token;
} INET_PORT_RESERVATION_INSTANCE, *PINET_PORT_RESERVATION_INSTANCE;

Miembros

Reservation

Reserva de puertos en tiempo de ejecución para un bloque de puertos TCP o UDP.

La estructura INET_PORT_RESERVATION se escribe en la estructura INET_PORT_RANGE .

Token

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

Comentarios

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

El INET_PORT_RESERVATION_INSTANCE estructura se devuelve mediante el SIO_ACQUIRE_PORT_RESERVATION IOCTL al adquirir una reserva en tiempo de ejecución para un bloque de puertos TCP o UDP.

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_TOKEN

LookupPersistentTcpPortReservation

LookupPersistentUdpPortReservation

SIO_ACQUIRE_PORT_RESERVATION

SIO_ASSOCIATE_PORT_RESERVATION

SIO_RELEASE_PORT_RESERVATION