INET_PORT_RESERVATION_TOKEN 構造体 (mstcpip.h)

INET_PORT_RESERVATION_TOKEN構造体には、TCP または UDP ポートのブロックのポート予約トークンが含まれています。

構文

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

メンバー

Token

TCP または UDP ポートのブロックのポート予約トークン。

注釈

INET_PORT_RESERVATION_TOKEN構造は、Windows Vista 以降でサポートされています。

INET_PORT_RESERVATION_TOKEN構造体は、TCP または UDP ポートの予約に対して、SIO_ACQUIRE_PORT_RESERVATIONSIO_ASSOCIATE_PORT_RESERVATION、SIO_RELEASE_PORT_RESERVATION Ioctl によって使用されます。 INET_PORT_RESERVATION_TOKEN構造体は、CREATEPersistentTcpPortReservation、CreatePersistentUdpPortReservationDeletePersistentTcpPortReservationDeletePersistentUdpPortReservationLookupPersistentTcpPortReservationLookupPersistentUdpPortReservation 関数で使用されるULONG64 Token パラメーターと同じです。

要件

要件
サポートされている最小のクライアント Windows Vista [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2008 [デスクトップ アプリのみ]
Header mstcpip.h

こちらもご覧ください

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