INET_PORT_RESERVATION_INSTANCE struttura (mstcpip.h)

La struttura INET_PORT_RESERVATION_INSTANCE contiene una prenotazione della porta e un token per un blocco di porte TCP o UDP.

Sintassi

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

Members

Reservation

Prenotazione della porta di runtime per un blocco di porte TCP o UDP.

La struttura INET_PORT_RESERVATION è tipizzata nella struttura INET_PORT_RANGE .

Token

Token di prenotazione della porta per un blocco di porte TCP o UDP.

Commenti

La struttura INET_PORT_RESERVATION_INSTANCE è supportata in Windows Vista e versioni successive.

La struttura INET_PORT_RESERVATION_INSTANCE viene restituita dalla SIO_ACQUIRE_PORT_RESERVATION IOCTL durante l'acquisizione di una prenotazione di runtime per un blocco di porte TCP o UDP.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione mstcpip.h

Vedi anche

CreatePersistentTcpPortReservation

CreatePersistentUdpPortReservation

DeletePersistentTcpPortReservation

DeletePersistentUdpPortReservation

INET_PORT_RANGE

INET_PORT_RESERVATION_TOKEN

RicercaPersistentTcpPortReservation

RicercaPersistentUdpPortReservation

SIO_ACQUIRE_PORT_RESERVATION

SIO_ASSOCIATE_PORT_RESERVATION

SIO_RELEASE_PORT_RESERVATION