Condividi tramite


struttura INET_PORT_RESERVATION_TOKEN (mstcpip.h)

La struttura INET_PORT_RESERVATION_TOKEN contiene un token di prenotazione delle porte per un blocco di porte TCP o UDP.

Sintassi

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

Members

Token

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

Commenti

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

La struttura INET_PORT_RESERVATION_TOKEN viene usata dalle SIO_ACQUIRE_PORT_RESERVATION , SIO_ASSOCIATE_PORT_RESERVATION e SIO_RELEASE_PORT_RESERVATION Ioctl per le prenotazioni di porte TCP o UDP. La struttura INET_PORT_RESERVATION_TOKEN equivale anche al parametro token ULONG64 usato dal parametro CreatePersistentTcpPortReservation, CreatePersistentUdpPortReservation, DeletePersistentTcpPortReservation, DeletePersistentUdpPortReservation, LookupPersistentTcpPortReservation e LookupPersistentUdpPortReservation nelle funzioni IP Helper.

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_INSTANCE

LookupPersistentTcpPortReservation

LookupPersistentUdpPortReservation

SIO_ACQUIRE_PORT_RESERVATION

SIO_ASSOCIATE_PORT_RESERVATION

SIO_RELEASE_PORT_RESERVATION