Freigeben über


INET_PORT_RESERVATION_INSTANCE Structure

The INET_PORT_RESERVATION_INSTANCE structure contains a port reservation and a token for a block of TCP or UDP ports.

Syntax

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

Mitglieder

  • Reservation
    A runtime port reservation for a block of TCP or UDP ports.

    The INET_PORT_RESERVATION structure is typedefed to the INET_PORT_RANGE structure.

  • Token
    A port reservation token for a block of TCP or UDP ports.

Hinweise

The INET_PORT_RESERVATION_INSTANCE structure is supported on Windows Vista and later.

The INET_PORT_RESERVATION_INSTANCE structure is returned by the SIO_ACQUIRE_PORT_RESERVATION IOCTL when acquring a runtime reservation for a block of TCP or UDP ports.

Anforderungen

Mindestens unterstützter Client

Windows Vista

Mindestens unterstützter Server

Windows Server 2008

Header

Mstcpip.h

Siehe auch

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