struttura TCP_REQUEST_QUERY_INFORMATION_EX_W2K (tdiinfo.h)

[Questa struttura potrebbe essere modificata o non disponibile nelle versioni future di Windows.]

Contiene l'input per il codice di controllo IOCTL_TCP_QUERY_INFORMATION_EX .

Sintassi

typedef struct tcp_request_query_information_ex_w2k {
  TDIObjectID ID;
  uchar       Context[CONTEXT_SIZE];
} TCP_REQUEST_QUERY_INFORMATION_EX_W2K, *PTCP_REQUEST_QUERY_INFORMATION_EX_W2K;

Members

ID

Struttura TDIObjectID che definisce il tipo di informazioni richieste dal driver TCP da IOCTL_TCP_QUERY_INFORMATION_EX.

Context[CONTEXT_SIZE]

Indirizzo IPv4 o IPv6 da usare quando vengono richiesti dati IPInterfaceInfo per un determinato indirizzo IP.

Requisiti

   
Intestazione tdiinfo.h

Vedi anche

IOCTL_TCP_QUERY_INFORMATION_EX

IPInterfaceInfo

TDIObjectID