INET_PORT_RANGE struttura (mstcpip.h)
La struttura INET_PORT_RANGE fornisce dati di input usati dal SIO_ACQUIRE_PORT_RESERVATION IOCTL per acquisire una prenotazione di runtime per un blocco di porte TCP o UDP.
Sintassi
typedef struct _INET_PORT_RANGE {
USHORT StartPort;
USHORT NumberOfPorts;
} INET_PORT_RANGE, *PINET_PORT_RANGE, INET_PORT_RESERVATION, *PINET_PORT_RESERVATION;
Members
StartPort
Numero di porta TCP o UDP iniziale. Se questo parametro è impostato su zero, il sistema sceglierà un numero di porta TCP o UDP iniziale.
NumberOfPorts
Numero di numeri di porta TCP o UDP da riservare.
Commenti
La struttura INET_PORT_RANGE è supportata in Windows Vista e versioni successive.
La struttura INET_PORT_RANGE è il tipo di dati passato nel buffer di input al SIO_ACQUIRE_PORT_RESERVATION IOCTL. Questo IOCTL viene usato per acquisire una prenotazione di runtime per un blocco di porte TCP o UDP.
La struttura INET_PORT_RANGE è tipizzata nella struttura INET_PORT_RESERVATION .
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_RESERVATION_INSTANCE
RicercaPersistentTcpPortReservation
RicercaPersistentUdpPortReservation