struktur INET_PORT_RANGE (mstcpip.h)
Struktur INET_PORT_RANGE menyediakan data input yang digunakan oleh SIO_ACQUIRE_PORT_RESERVATION IOCTL untuk memperoleh reservasi runtime untuk blok port TCP atau UDP.
Sintaks
typedef struct _INET_PORT_RANGE {
USHORT StartPort;
USHORT NumberOfPorts;
} INET_PORT_RANGE, *PINET_PORT_RANGE, INET_PORT_RESERVATION, *PINET_PORT_RESERVATION;
Anggota
StartPort
Nomor port TCP atau UDP awal. Jika parameter ini diatur ke nol, sistem akan memilih nomor port TCP atau UDP awal.
NumberOfPorts
Jumlah nomor port TCP atau UDP yang akan dicadangkan.
Keterangan
Struktur INET_PORT_RANGE didukung pada Windows Vista dan yang lebih baru.
Struktur INET_PORT_RANGE adalah jenis data yang diteruskan dalam buffer input ke SIO_ACQUIRE_PORT_RESERVATION IOCTL. IOCTL ini digunakan untuk memperoleh reservasi runtime untuk blok port TCP atau UDP.
Struktur INET_PORT_RANGE di-typedefed ke struktur INET_PORT_RESERVATION .
Persyaratan
Persyaratan | Nilai |
---|---|
Klien minimum yang didukung | Windows Vista [hanya aplikasi desktop] |
Server minimum yang didukung | Windows Server 2008 [hanya aplikasi desktop] |
Header | mstcpip.h |
Lihat juga
CreatePersistentTcpPortReservation
CreatePersistentUdpPortReservation
DeletePersistentTcpPortReservation
DeletePersistentUdpPortReservation
INET_PORT_RESERVATION_INSTANCE
LookupPersistentTcpPortReservation
LookupPersistentUdpPortReservation